diff options
| author | Jonas Ask | 2009-11-22 20:34:25 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-11-22 20:34:25 +0000 |
| commit | e6af6f34da302b7f4cc83a6a9affff5b4bdda845 (patch) | |
| tree | 29d132d4948a6632f181f475e2c8b1a65d29712f /CMakeLists.txt | |
| parent | 3b8c43aee92898159672807bc759317aefdb208b (diff) | |
| download | stonesense-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.txt | 1 |
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 |
