diff options
| author | realtradam <[email protected]> | 2022-11-19 22:31:13 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-19 22:31:13 -0500 |
| commit | 0eef3373b58cf2de459578fc94606804d1e778a0 (patch) | |
| tree | 0c53f9ce2b80823b223b07ae3dbdddb473c94354 /src/input.h | |
| parent | 13432ece9e2a8c6d20158fd6886c6060c8a7bdc9 (diff) | |
| download | Ogle-0eef3373b58cf2de459578fc94606804d1e778a0.tar.gz Ogle-0eef3373b58cf2de459578fc94606804d1e778a0.zip | |
Hello Window complete
Diffstat (limited to 'src/input.h')
| -rw-r--r-- | src/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..274489c --- /dev/null +++ b/src/input.h @@ -0,0 +1,4 @@ +#pragma once +#include <GLFW/glfw3.h> + +void processInput(GLFWwindow *window); |
