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/nitro/nitro.h | |
| parent | 7fd747b7dfa11c1061d03467d50ff49c9d1f6b34 (diff) | |
Create include/ directory and move main.h structs there
Diffstat (limited to 'include/nitro/nitro.h')
| -rw-r--r-- | include/nitro/nitro.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/nitro/nitro.h b/include/nitro/nitro.h new file mode 100644 index 00000000..017f3708 --- /dev/null +++ b/include/nitro/nitro.h @@ -0,0 +1,16 @@ +#ifndef POKEDIAMOND_NITRO_H +#define POKEDIAMOND_NITRO_H + +#ifdef __cplusplus +extern "C" { +#endif + +// Include all nitro files +#include "nitro/types.h" +#include "nitro/os.h" + +#ifdef __cplusplus +}; +#endif + +#endif //POKEDIAMOND_NITRO_H |
