Starship/include/global.h

14 lines
215 B
C
Raw Normal View History

2023-10-13 04:50:53 -03:00
#ifndef GLOBAL_H
#define GLOBAL_H
2023-10-16 08:54:41 -05:00
#include "PR/ultratypes.h"
#include "PR/mbi.h"
2023-10-13 04:50:53 -03:00
#include "functions.h"
#include "variables.h"
#include "macros.h"
2023-10-18 19:54:19 -03:00
#include "sf64math.h"
2023-10-13 04:50:53 -03:00
2023-10-18 16:32:17 -03:00
extern Gfx* D_80137E64;
2023-10-13 06:19:10 -03:00
#endif // GLOBAL_H