Starship/include/global.h
petrie911 52e1b6cb17
Further docs on script, various other things (#204)
* stuff

* too much

* Torch commit

* torch again

* names and such

* names

* even more stuff

* format

* enums

* whoops on the gbi
2024-04-08 19:25:56 -03:00

26 lines
466 B
C

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