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
+8
View File
@@ -0,0 +1,8 @@
#ifndef _IN_SETUP_H
#define _IN_SETUP_H
#include <ultra64.h>
extern u32 levelnum;
extern u64 rand_seed;
#endif