BizHawk/waterbox/o2em/keyboard.h

8 lines
75 B
C

#ifndef __KEYBOARD_H
#define __KEYBOARD_H
void handle_key(void);
#endif