mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03: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
|