]> git.lizzy.rs Git - shadowclad.git/blob - src/game/input.h
a354574b9b72c47c7bfbbf0e2a48a6e3dc286c70
[shadowclad.git] / src / game / input.h
1 #ifndef INPUT_H_
2 #define INPUT_H_
3
4 void keyboardInput(int key, int scancode, int action, int mods);
5
6 #endif // INPUT_H_