summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonas Ask2009-11-22 20:34:25 +0000
committerJonas Ask2009-11-22 20:34:25 +0000
commite6af6f34da302b7f4cc83a6a9affff5b4bdda845 (patch)
tree29d132d4948a6632f181f475e2c8b1a65d29712f /CMakeLists.txt
parent3b8c43aee92898159672807bc759317aefdb208b (diff)
downloadstonesense-e6af6f34da302b7f4cc83a6a9affff5b4bdda845.tar.gz
stonesense-e6af6f34da302b7f4cc83a6a9affff5b4bdda845.tar.bz2
stonesense-e6af6f34da302b7f4cc83a6a9affff5b4bdda845.tar.xz
Block allocation is now handled by a BlockFactor singleton. This saves A LOT of New/Deletes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcee61d..8df69f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,6 +45,7 @@ SET(PROJECT_SRCS
Block.cpp
BlockCondition.cpp
+ BlockFactory.cpp
BuildingConfiguration.cpp
ConditionalSprite.cpp
Config.cpp