mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
9 lines
156 B
C
9 lines
156 B
C
|
#ifndef GLOBAL_H
|
||
|
#define GLOBAL_H
|
||
|
|
||
|
#include "libultra/PR/ultratypes.h"
|
||
|
#include "functions.h"
|
||
|
#include "variables.h"
|
||
|
#include "macros.h"
|
||
|
|
||
|
#endif // GLOBAL_H
|