summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d059b75..fb4a6b5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -5,7 +5,7 @@
#include "renderer.h"
#include "window.h"
#include "timer.h"
-#include "keyHandler.h"
+#include "keyboard.h"
#include <chrono>
#include <thread>
@@ -99,7 +99,7 @@ main( int argc, char* args[] ) {
timer.start();
GameState game;
- KeyHandler keys;
+ Keyboard keys;
while( true )
{