diff options
Diffstat (limited to 'arm9/source/main.h')
-rw-r--r-- | arm9/source/main.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arm9/source/main.h b/arm9/source/main.h index 14aa0dd..bd2a8c3 100644 --- a/arm9/source/main.h +++ b/arm9/source/main.h @@ -1,12 +1,15 @@ -#include <nds.h> - #ifndef MAIN_H_ #define MAIN_H_ + #include <stdio.h> + #include <time.h> + #include "bang.h" + #include "core.h" + + + // Functions. void receive_keyboard_byte(u8 byte); - bool is_keyboard_open(void); void open_keyboard(void); void close_keyboard(void); void change_layout(void); - #endif |