Decomp controller.c

This commit is contained in:
rozlette
2020-01-11 08:54:07 -06:00
parent 727a546fcf
commit bb9de27a16
14 changed files with 140 additions and 73 deletions
+2 -3
View File
@@ -21,8 +21,7 @@ typedef struct {
/* 0x4 */ OSPri priority;
} __OSThreadTail;
#include <variables.h> // TODO all variables should be moved to the file that logically defines them
// maybe put externs here?
#include <functions.h>
#include <global.h> // TODO this is just so libultra files can see function and variable declarations.
// Once all data sections have been split up, it should be removed.
#endif