diff options
Diffstat (limited to 'arm7/lib/include/consts.h')
-rw-r--r-- | arm7/lib/include/consts.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm7/lib/include/consts.h b/arm7/lib/include/consts.h new file mode 100644 index 00000000..aaf8e429 --- /dev/null +++ b/arm7/lib/include/consts.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_ARM7_CONSTS_H +#define POKEDIAMOND_ARM7_CONSTS_H + +#include "nitro/consts_shared.h" + +#endif //POKEDIAMOND_ARM7_CONSTS_H |