diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
commit | 038355b1192fe2e6b00e29e1e20cbf9d535c99aa (patch) | |
tree | 167769b394dbcb59825d8a1818b15b60531af173 /src/CMakeLists.txt | |
parent | c103e91ff6de05dbfce097dea7b516dbabd8e634 (diff) | |
download | plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.gz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.bz2 plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.xz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.zip |
Add players setup tab.
Move all player related settings from relation tab to players tab.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2e05d5c69..9a9d09f97 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -319,6 +319,8 @@ SET(SRCS gui/setup_perfomance.h gui/setup_relations.cpp gui/setup_relations.h + gui/setup_players.cpp + gui/setup_players.h gui/setup_video.cpp gui/setup_video.h gui/sdlfont.cpp |