mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-08 04:27:06 -04:00
14 lines
215 B
C
14 lines
215 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "PR/ultratypes.h"
|
|
#include "PR/mbi.h"
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
#include "macros.h"
|
|
#include "sf64math.h"
|
|
|
|
extern Gfx* D_80137E64;
|
|
|
|
#endif // GLOBAL_H
|