From f7a270655bd974242a286856bd56b490a998ac44 Mon Sep 17 00:00:00 2001 From: fig02 Date: Sun, 27 Apr 2025 12:48:11 -0400 Subject: Delete macros.h; Delete global.h (#2516) --- src/code/object_table.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/code/object_table.c') diff --git a/src/code/object_table.c b/src/code/object_table.c index 0de131824..9ed6a1f44 100644 --- a/src/code/object_table.c +++ b/src/code/object_table.c @@ -4,8 +4,6 @@ #include "ultra64.h" #include "z64object.h" -#include "macros.h" - s16 gLinkObjectIds[] = { OBJECT_LINK_BOY, OBJECT_LINK_CHILD }; u32 gObjectTableSize = ARRAY_COUNT(gObjectTable); -- cgit v1.2.3