fix build

This commit is contained in:
Seth Barberee 2026-01-03 13:10:56 -08:00
parent afd76a33ac
commit b3d4fda4a1
2 changed files with 0 additions and 5 deletions

View File

@ -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);

View File

@ -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];