diff options
Diffstat (limited to 'arm9/source/core.h')
-rw-r--r-- | arm9/source/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arm9/source/core.h b/arm9/source/core.h index ec3f2fc..765be3b 100644 --- a/arm9/source/core.h +++ b/arm9/source/core.h @@ -1,3 +1,6 @@ +#include <nds.h> +#include "main.h" + #ifndef CORE_H_ #define CORE_H_ @@ -7,6 +10,7 @@ #include "devices/clock.h" #include "devices/input.h" #include "devices/screen.h" + #include "devices/local.h" #include "devices/file.h" #define WST br->wst |