From 741a6008e806abb8e5aaa8f8fb91827fa97ece9d Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 2 May 2022 22:57:51 +0200 Subject: refactor: move statusline to engine graphics folder --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3a75269..32118e2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,13 +17,13 @@ file(GLOB SOURCES game/game.cpp game/status_manager.cpp game/generation_tracker.cpp - game/statusline.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/graphics/statusline.cpp engine/user/input.cpp engine/user/cursor.cpp randomization/generator.cpp -- cgit v1.2.3-18-g5258