]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/input.h
Implement transform math to rotate movement direction
[shadowclad.git] / src / engine / input.h
1 #ifndef INPUT_H_
2 #define INPUT_H_
3
4 void onKeyPressed(unsigned char key, int x, int y);
5
6 #endif // INPUT_H_