summaryrefslogtreecommitdiffhomepage
path: root/src/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.cpp')
-rw-r--r--src/input.cpp7
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 {