mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03: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
|