From 2bcf699b9e11ccf848393882257fc3986bd28e45 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 27 Feb 2022 15:24:07 +0100 Subject: add game & vector2 --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54ee94f..7e668ed 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,6 +13,8 @@ file(GLOB SOURCES bootstrap.cpp conversion.cpp argument_parser.cpp + game/game.cpp + engine/graphics/vector2.cpp randomization/generator.cpp randomization/seed_generator.cpp DI/object_type.cpp) -- cgit v1.2.3-18-g5258