summaryrefslogtreecommitdiff
path: root/nitro/nitro.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-20 20:57:00 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-20 20:57:00 -0400
commit43eb982a80c45fe26f1cbbc23285c4d8a2cc64b4 (patch)
tree66ee75d6bcb234f6febf52bd07ce80a9b6a6ec90 /nitro/nitro.h
parent7fd747b7dfa11c1061d03467d50ff49c9d1f6b34 (diff)
Create include/ directory and move main.h structs there
Diffstat (limited to 'nitro/nitro.h')
-rw-r--r--nitro/nitro.h16
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