diff options
| author | realtradam <[email protected]> | 2022-11-24 23:25:23 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-24 23:25:23 -0500 |
| commit | 6e1d0c6a3f3699e44000f411cd93261c460f75a9 (patch) | |
| tree | 30ba89e71ef19a074cb2e6c9a8dbb8d08cccdab7 /src/input.hpp | |
| parent | f2a9e986afe980c6b32f7f40d1fe2b0294d86d90 (diff) | |
| download | Ogle-6e1d0c6a3f3699e44000f411cd93261c460f75a9.tar.gz Ogle-6e1d0c6a3f3699e44000f411cd93261c460f75a9.zip | |
cleaned up code
Diffstat (limited to 'src/input.hpp')
| -rw-r--r-- | src/input.hpp | 4 |
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); +} |
