diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-04 03:28:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-04 03:28:21 +0300 |
commit | d18b9616bbe54db5d33363a197c8b9efa6161fa8 (patch) | |
tree | 56b1bca0f9ca60699810e2bf31625365c0affd42 /src/CMakeLists.txt | |
parent | 07e988baf55b0e0f4b736e9305604536dbc872ff (diff) | |
download | plus-d18b9616bbe54db5d33363a197c8b9efa6161fa8.tar.gz plus-d18b9616bbe54db5d33363a197c8b9efa6161fa8.tar.bz2 plus-d18b9616bbe54db5d33363a197c8b9efa6161fa8.tar.xz plus-d18b9616bbe54db5d33363a197c8b9efa6161fa8.zip |
Rename TrueTypeFont to SDLFont.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 873638df1..0b2dc20bf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -315,6 +315,8 @@ SET(SRCS gui/setup_players.h gui/setup_video.cpp gui/setup_video.h + gui/sdlfont.cpp + gui/sdlfont.h gui/shopwindow.cpp gui/shopwindow.h gui/shortcutwindow.cpp @@ -337,8 +339,6 @@ SET(SRCS gui/theme.h gui/trade.cpp gui/trade.h - gui/truetypefont.cpp - gui/truetypefont.h gui/unregisterdialog.cpp gui/unregisterdialog.h gui/updatewindow.cpp |