diff options
Diffstat (limited to 'src/input.cpp')
| -rw-r--r-- | src/input.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/input.cpp b/src/input.cpp index 5622afd..674b274 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1,6 +1,11 @@ -#include "input.hpp" + +// external libs #include "GLFW/glfw3.h" +// project headers +#include "input.hpp" + + namespace Input { namespace { |
