diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-16 08:22:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 08:22:42 -0400 |
| commit | 655ec771387927eda89d89b5bc2751192b075909 (patch) | |
| tree | 54a448444c162850017777c43509d05c2f8c4adf /src/code/object_table.c | |
| parent | 0c5282ba66bec5eba8f11fa5922b893b1deed7e7 (diff) | |
variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h
* fix other dependencies
* extra newline
* fix and adjust comment
* is this the problem
* fix bss
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 }; |
