diff options
Diffstat (limited to 'src/input.cpp')
| -rw-r--r-- | src/input.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input.cpp b/src/input.cpp index ef5f410..827581c 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1,5 +1,5 @@ -#include "input.h" -#include <GLFW/glfw3.h> +#include "input.hpp" +#include "GLFW/glfw3.h" void processInput(GLFWwindow *window) { |
