mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-10 20:58:16 -04:00
9 lines
228 B
C
9 lines
228 B
C
#ifndef IN_GAME_DATA_INVENTORY_H
|
|
#define IN_GAME_DATA_INVENTORY_H
|
|
#include <ultra64.h>
|
|
extern struct inventory_menupos invmenupos_00010fd0;
|
|
extern struct inventory_typee inve_000110c0;
|
|
extern struct weapon *g_Weapons[];
|
|
|
|
#endif
|