diff options
| author | realtradam <[email protected]> | 2022-11-25 17:36:37 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-25 17:36:37 -0500 |
| commit | 62de63a0d26ece5c0dc2cd48c0a41d35de1e38d4 (patch) | |
| tree | b91117aabf53eb1dec0b8dc0d34c7656872f71e8 /src/input.cpp | |
| parent | 4e7226ad1b081982e5cbed349edca1c5b0e1b779 (diff) | |
| download | Ogle-62de63a0d26ece5c0dc2cd48c0a41d35de1e38d4.tar.gz Ogle-62de63a0d26ece5c0dc2cd48c0a41d35de1e38d4.zip | |
cleanup code
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 { |
