From 97975da88cb25952af0c5ec75c130c66595d1807 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 12:39:58 +0200 Subject: Added controller for player character --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b2d655..3c22511 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ add_executable( ExampleGenerator.cpp Game.cpp GameScreen.cpp + KeyboardController.cpp main.cpp Player.cpp TestStage.cpp -- cgit v1.1