Starship/include/global.h

11 lines
168 B
C
Raw Normal View History

2023-10-13 10:50:53 +03:00
#ifndef GLOBAL_H
#define GLOBAL_H
2023-10-16 16:54:41 +03:00
#include "PR/ultratypes.h"
#include "PR/mbi.h"
2023-10-13 10:50:53 +03:00
#include "functions.h"
#include "variables.h"
#include "macros.h"
2023-10-13 12:19:10 +03:00
#endif // GLOBAL_H