From fe79577396231f2edb7927f1f61ce814f03851a7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 27 Feb 2022 17:12:49 +0100 Subject: add basic engine graphics --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a32942b..385283d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,9 @@ file(GLOB SOURCES argument_parser.cpp game/game.cpp engine/graphics/vector2.cpp + engine/graphics/bounds.cpp + engine/graphics/scene.cpp + engine/graphics/string_matrix.cpp randomization/generator.cpp randomization/seed_generator.cpp DI/object_type.cpp) -- cgit v1.2.3-18-g5258