diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:20:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:20:02 +0300 |
commit | a55e7e257730e6cee115f407e31f8a91dc9ad447 (patch) | |
tree | 8d833ab258060c4fa28d0ec97fb18791a3011693 /src/CMakeLists.txt | |
parent | 6e5976f5fb99c99b4142ee2a8f8f81598559954d (diff) | |
download | mv-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.gz mv-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.bz2 mv-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.xz mv-a55e7e257730e6cee115f407e31f8a91dc9ad447.zip |
Move theme related constants into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5085424db..111a6bb0d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -912,6 +912,7 @@ SET(SRCS const/equipment.h const/spells.h const/utils/timer.h + const/gui/theme.h const/render/graphics.h render/graphics.cpp render/graphics.h |