diff options
author | Ben Bridle <ben@derelict.engineering> | 2024-12-16 14:52:54 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2024-12-16 14:52:54 +1300 |
commit | 0d9978228b9226d16ba8272a03dd7e6c9ad83b3d (patch) | |
tree | 442ce8a1d37f2f9a0e9e655d3250849e874c2d41 /arm9/source/core.h | |
parent | dbe8171815ea3b51c3ac87dae1996ae0d8f6eb04 (diff) | |
download | bedrock-nds-0d9978228b9226d16ba8272a03dd7e6c9ad83b3d.zip |
Implement a toggleable keyboard on the lower screen
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 |