From 0e40bc7ce8c3b3be083002f88c3317d65f6570ad Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 6 Mar 2022 13:16:05 +0100 Subject: refactor: make vector2 & bounds data classes --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e9b8fee..304aba1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,8 +16,8 @@ file(GLOB SOURCES game/game.cpp game/input_configurator.cpp engine/game_initializer.cpp - engine/graphics/vector2.cpp - engine/graphics/bounds.cpp + engine/data/vector2.cpp + engine/data/bounds.cpp engine/graphics/scene.cpp engine/graphics/string_matrix.cpp engine/user/input.cpp -- cgit v1.2.3-18-g5258