mirror of
https://github.com/mlaux/gb6.git
synced 2026-03-13 18:16:28 +00:00
6 lines
86 B
C
6 lines
86 B
C
#ifndef _INPUT_H
|
|
#define _INPUT_H
|
|
|
|
void HandleKeyEvent(int keyCode, int down);
|
|
|
|
#endif |