aboutsummaryrefslogtreecommitdiff
path: root/arm9/source/main.h
blob: bd2a8c30ebf3eccc106b8706fedc1c0e56ab3c86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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);
    void open_keyboard(void);
    void close_keyboard(void);
    void change_layout(void);
#endif