diff options
Diffstat (limited to 'src/input.hpp')
| -rw-r--r-- | src/input.hpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/input.hpp b/src/input.hpp index abaa6fc..a42ac9c 100644 --- a/src/input.hpp +++ b/src/input.hpp @@ -3,9 +3,11 @@ // external libs #include "GLFW/glfw3.h" -namespace Input { - void process(GLFWwindow *window); - int get_mouse_x(); - int get_mouse_y(); - bool get_mouse_click(); +namespace Ogle { + namespace Input { + void process(GLFWwindow *window); + int get_mouse_x(); + int get_mouse_y(); + bool get_mouse_click(); + } } |
