diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
commit | 8cdd2f137d6041538dcba2b13580b0f43f1cc549 (patch) | |
tree | d1b529a9e44cda643a0f927ba6bdb321ff36d177 /include/nitro/nitro.h | |
parent | 6ceaabc28c712f82c6100f8288af66774bfdbb82 (diff) | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
merge
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 |