Restructure files

* Create chraicommands.c
* Move include to src/include
* Use .o files next to each .c file
This commit is contained in:
Ryan Dwyer
2019-10-07 17:50:26 +10:00
parent 384e0a11f3
commit 8cc9fc069c
646 changed files with 111453 additions and 111470 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _IN_LIBRARY_H
#define _IN_LIBRARY_H
#include <ultra64.h>
u32 func000184d0(void);
#endif