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/Makefile.am | |
parent | 6e5976f5fb99c99b4142ee2a8f8f81598559954d (diff) | |
download | plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.gz plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.bz2 plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.tar.xz plus-a55e7e257730e6cee115f407e31f8a91dc9ad447.zip |
Move theme related constants into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c3b765088..c542a4a57 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -474,6 +474,7 @@ SRC += events/actionevent.h \ const/equipment.h \ const/spells.h \ const/utils/timer.h \ + const/gui/theme.h \ const/render/graphics.h \ render/graphics.cpp \ render/graphics.h \ |