From 8805b1fe27344e8086cebabf869b7a02d2376f05 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 7 Jun 2022 19:45:17 +0200 Subject: refactor: decouple statusline from scene & cursor controller Might be slightly slower than previously though... --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 85ef2b9..4b470a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,8 @@ file(GLOB SOURCES engine/data/bounds.cpp engine/graphics/scene.cpp engine/graphics/string_matrix.cpp - engine/graphics/statusline.cpp + engine/graphics/component_renderer.cpp + engine/components/statusline.cpp engine/user/input.cpp engine/user/cursor.cpp) -- cgit v1.2.3-18-g5258