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