2023-10-13 04:50:53 -03:00
|
|
|
#ifndef GLOBAL_H
|
|
|
|
#define GLOBAL_H
|
|
|
|
|
2024-02-16 16:04:22 -06:00
|
|
|
#include "sys.h"
|
|
|
|
|
2024-03-01 12:57:44 -06:00
|
|
|
#include "sf64audio_external.h"
|
2023-10-13 04:50:53 -03:00
|
|
|
#include "functions.h"
|
|
|
|
#include "variables.h"
|
2024-02-16 16:04:22 -06:00
|
|
|
#include "context.h"
|
2023-10-23 13:01:29 -03:00
|
|
|
#include "structs.h"
|
2023-12-04 12:50:52 -06:00
|
|
|
#include "sf64mesg.h"
|
2024-03-11 11:54:44 -06:00
|
|
|
#include "assets/ast_radio.h"
|
2023-12-14 08:41:43 -06:00
|
|
|
#include "sf64object.h"
|
|
|
|
#include "sf64level.h"
|
2023-12-20 13:32:50 -06:00
|
|
|
#include "sf64player.h"
|
2024-01-17 09:36:58 -06:00
|
|
|
#include "i1.h"
|
|
|
|
#include "i2.h"
|
|
|
|
#include "i3.h"
|
|
|
|
#include "i4.h"
|
|
|
|
#include "i5.h"
|
|
|
|
#include "i6.h"
|
2024-03-14 16:31:03 -05:00
|
|
|
#include "assets/ast_common.h"
|
2023-10-13 04:50:53 -03:00
|
|
|
|
2023-10-13 06:19:10 -03:00
|
|
|
#endif // GLOBAL_H
|