Files
perfect-dark/src/include/game/inventory/items.h
T
2021-09-09 23:14:40 +10:00

10 lines
258 B
C

#ifndef IN_GAME_INVENTORY_ITEMS_H
#define IN_GAME_INVENTORY_ITEMS_H
#include <ultra64.h>
extern struct noisesettings invnoisesettings_00010fd0;
extern struct inventory_class invclass_default;
extern struct weapon *g_Weapons[WEAPON_SUICIDEPILL + 1];
#endif