diff options
Diffstat (limited to 'src/code/object_table.c')
| -rw-r--r-- | src/code/object_table.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/code/object_table.c b/src/code/object_table.c index d0f9e936d..904683596 100644 --- a/src/code/object_table.c +++ b/src/code/object_table.c @@ -1,4 +1,9 @@ -#include "global.h" +#include "segment_symbols.h" +#include "romfile.h" +#include "ultra64.h" +#include "z64object.h" + +#include "macros.h" s16 gLinkObjectIds[] = { OBJECT_LINK_BOY, OBJECT_LINK_CHILD }; |
