mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
fix build
This commit is contained in:
parent
afd76a33ac
commit
b3d4fda4a1
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user