From 38f14606c78c119d452f302f17329455e29a9a6f Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 10 Mar 2022 19:12:31 +0100 Subject: refactor: rename game initializer & move input config --- src/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 304aba1..0ef0c8e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,12 +13,13 @@ file(GLOB SOURCES bootstrap.cpp conversion.cpp argument_parser.cpp + input_actions.cpp game/game.cpp - game/input_configurator.cpp - engine/game_initializer.cpp + engine/engine.cpp engine/data/vector2.cpp engine/data/bounds.cpp engine/graphics/scene.cpp + engine/graphics/window.cpp engine/graphics/string_matrix.cpp engine/user/input.cpp engine/user/cursor.cpp -- cgit v1.2.3-18-g5258