mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
5152d504b3
* heapsort * suff * load init * split * split data * begone asm * names * names and cleanup * let's try this * woo macros * general * bgm macro * names
24 lines
402 B
C
24 lines
402 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 "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
|