diff options
Diffstat (limited to 'src/input.hpp')
| -rw-r--r-- | src/input.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input.hpp b/src/input.hpp new file mode 100644 index 0000000..39d4e9e --- /dev/null +++ b/src/input.hpp @@ -0,0 +1,4 @@ +#pragma once +#include "GLFW/glfw3.h" + +void processInput(GLFWwindow *window); |
