]> git.lizzy.rs Git - shadowclad.git/blob - src/game/input.h
Restructure keyboard input handling
[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_