Starship/include/global.h
petrie911 4a572e7e30
Remove assets.h from global.h, some other header adjustments (#174)
* splits

* torch

* torch again

* headers

* merges

* format
2024-03-21 17:19:38 -03:00

25 lines
443 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 "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