diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-20 20:57:00 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-20 20:57:00 -0400 |
commit | 43eb982a80c45fe26f1cbbc23285c4d8a2cc64b4 (patch) | |
tree | 66ee75d6bcb234f6febf52bd07ce80a9b6a6ec90 /include/global.h | |
parent | 7fd747b7dfa11c1061d03467d50ff49c9d1f6b34 (diff) |
Create include/ directory and move main.h structs there
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h new file mode 100644 index 00000000..33880ca1 --- /dev/null +++ b/include/global.h @@ -0,0 +1,6 @@ +#ifndef GUARD_GLOBAL_H +#define GUARD_GLOBAL_H + +#include "nitro/nitro.h" + +#endif //GUARD_GLOBAL_H |