From 0d9978228b9226d16ba8272a03dd7e6c9ad83b3d Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 16 Dec 2024 14:52:54 +1300 Subject: Implement a toggleable keyboard on the lower screen --- arm9/source/core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm9/source/core.h') 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 +#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 -- cgit v1.2.3-70-g09d2