Starship/include/global.h
petrie911 209b929eda
Import main, context, and option bss. Refactor headers. Some enum cleanup. (#130)
* stuff

* fixes

* addrs

* new header

* its bss time

* format and such

* fake symbols begone

* whoops forgot pragmas
2024-02-16 19:04:22 -03:00

23 lines
370 B
C

#ifndef GLOBAL_H
#define GLOBAL_H
#include "sys.h"
#include "functions.h"
#include "variables.h"
#include "context.h"
#include "structs.h"
#include "sf64mesg.h"
#include "sf64object.h"
#include "sf64level.h"
#include "sf64player.h"
#include "i1.h"
#include "i2.h"
#include "i3.h"
#include "i4.h"
#include "i5.h"
#include "i6.h"
#include "assets.h"
#endif // GLOBAL_H