Starship/include/global.h

11 lines
168 B
C
Raw Normal View History

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