mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-14 14:26:39 -05:00
fix build
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include "item_util.h"
|
||||
#include "item_util_2.h"
|
||||
|
||||
extern s32 GetItemMoveId(s32 item_id);
|
||||
|
||||
enum item_category GetItemCategoryVeneer(s16 item_id)
|
||||
{
|
||||
return GetItemCategory(item_id);
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
#include "item_util.h"
|
||||
#include "item_util_2.h"
|
||||
|
||||
extern s32 GetItemSellPrice(s16);
|
||||
extern s32 GetItemBuyPrice(s16);
|
||||
extern s32 GetThrownItemQuantityLimit(s16, s32);
|
||||
extern s16 RandRangeSafe(s32, s32);
|
||||
extern s16 _020A18BC[10];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user