diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 15:29:18 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 15:29:18 +0100 |
commit | a80477f2e7f4c18adcc6441828d17582aad2598f (patch) | |
tree | fc26007bf3c9ea463cb4572bc26cf176d4b85d63 /src/example/button.cpp | |
parent | 2ff3369a7aaf98936bf93f1c7c0dbfcaa38c31d7 (diff) |
get_keyboard_state working
Diffstat (limited to 'src/example/button.cpp')
-rw-r--r-- | src/example/button.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/button.cpp b/src/example/button.cpp index 00bdc28..f2e77f6 100644 --- a/src/example/button.cpp +++ b/src/example/button.cpp @@ -15,7 +15,6 @@ #include <crepe/system/InputSystem.h> #include <crepe/system/RenderSystem.h> #include <crepe/types.h> -#include <iostream> using namespace crepe; using namespace std; |