Starship/include/global.h

10 lines
157 B
C
Raw Normal View History

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