Convert setup segment into game's .data segment

This commit is contained in:
Ryan Dwyer
2020-02-02 19:22:36 +10:00
parent 669add3455
commit b06e2a87b2
98 changed files with 391 additions and 302 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef IN_GAME_DATA_AILISTS_H
#define IN_GAME_DATA_AILISTS_H
#include <ultra64.h>
extern struct ailist g_GlobalAilists[];
#endif