summaryrefslogtreecommitdiff
path: root/arm9/source/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/source/main.h')
-rw-r--r--arm9/source/main.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arm9/source/main.h b/arm9/source/main.h
new file mode 100644
index 0000000..14aa0dd
--- /dev/null
+++ b/arm9/source/main.h
@@ -0,0 +1,12 @@
+#include <nds.h>
+
+#ifndef MAIN_H_
+ #define MAIN_H_
+
+ void receive_keyboard_byte(u8 byte);
+ bool is_keyboard_open(void);
+ void open_keyboard(void);
+ void close_keyboard(void);
+ void change_layout(void);
+
+#endif