diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-22 19:48:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-22 19:48:04 +0300 |
commit | de4548a50ecb4d4700c9899044f50070f7d9a95a (patch) | |
tree | d54bc1bdf010b2a08cdf067fcaf64d92d42685b1 /src/CMakeLists.txt | |
parent | bf3c7384ad1b1fce8beac97f8715eb054158f72e (diff) | |
download | plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.gz plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.bz2 plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.tar.xz plus-de4548a50ecb4d4700c9899044f50070f7d9a95a.zip |
Add egg selection dialog.
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 548383039..7c3c5b973 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -350,6 +350,8 @@ SET(SRCS gui/windows/editdialog.h gui/windows/editserverdialog.cpp gui/windows/editserverdialog.h + gui/windows/eggselectiondialog.cpp + gui/windows/eggselectiondialog.h gui/windows/emotewindow.cpp gui/windows/emotewindow.h gui/windows/equipmentwindow.cpp |