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/devices/local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arm9/source/devices/local.h') diff --git a/arm9/source/devices/local.h b/arm9/source/devices/local.h index bf1393c..979f5ce 100644 --- a/arm9/source/devices/local.h +++ b/arm9/source/devices/local.h @@ -1,4 +1,8 @@ +#include + #ifndef LOCAL_H_ #define LOCAL_H_ + void std_write(u8 byte); + #endif -- cgit v1.2.3-70-g09d2