mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
11 lines
168 B
C
11 lines
168 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"
|
|
|
|
#endif // GLOBAL_H
|