diff options
Diffstat (limited to 'nitro/nitro.h')
-rw-r--r-- | nitro/nitro.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nitro/nitro.h b/nitro/nitro.h deleted file mode 100644 index 70ad9a18..00000000 --- a/nitro/nitro.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef POKEDIAMOND_NITRO_H -#define POKEDIAMOND_NITRO_H - -#ifdef __cplusplus -extern "C" { -#endif - -// Include all nitro files -#include "types.h" -#include "os.h" - -#ifdef __cplusplus -}; -#endif - -#endif //POKEDIAMOND_NITRO_H |