summaryrefslogtreecommitdiffhomepage
path: root/src/input.hpp
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-24 23:25:23 -0500
committerrealtradam <[email protected]>2022-11-24 23:25:23 -0500
commit6e1d0c6a3f3699e44000f411cd93261c460f75a9 (patch)
tree30ba89e71ef19a074cb2e6c9a8dbb8d08cccdab7 /src/input.hpp
parentf2a9e986afe980c6b32f7f40d1fe2b0294d86d90 (diff)
downloadOgle-6e1d0c6a3f3699e44000f411cd93261c460f75a9.tar.gz
Ogle-6e1d0c6a3f3699e44000f411cd93261c460f75a9.zip
cleaned up code
Diffstat (limited to 'src/input.hpp')
-rw-r--r--src/input.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input.hpp b/src/input.hpp
index 39d4e9e..955ed95 100644
--- a/src/input.hpp
+++ b/src/input.hpp
@@ -1,4 +1,6 @@
#pragma once
#include "GLFW/glfw3.h"
-void processInput(GLFWwindow *window);
+namespace Input {
+ void process(GLFWwindow *window);
+}