mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Restructure files
* Create chraicommands.c * Move include to src/include * Use .o files next to each .c file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _IN_SETUP_H
|
||||
#define _IN_SETUP_H
|
||||
#include <ultra64.h>
|
||||
|
||||
extern u32 levelnum;
|
||||
extern u64 rand_seed;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user