diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-20 18:04:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-20 18:04:19 +0300 |
commit | d4b88a7ebce6222c34928c49925f972515593e89 (patch) | |
tree | ab3c8136bcc06ec84194738c83bef8af6df62752 /src/CMakeLists.txt | |
parent | 6bf4a5aa68afb7d95632880c001286f2a721e1f5 (diff) | |
download | plus-d4b88a7ebce6222c34928c49925f972515593e89.tar.gz plus-d4b88a7ebce6222c34928c49925f972515593e89.tar.bz2 plus-d4b88a7ebce6222c34928c49925f972515593e89.tar.xz plus-d4b88a7ebce6222c34928c49925f972515593e89.zip |
Move registrationoptions 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 4480067e5..1272714af 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -498,6 +498,7 @@ SET(SRCS net/partyhandler.h net/pethandler.h net/playerhandler.h + net/registrationoptions.h net/sdltcpnet.cpp net/sdltcpnet.h net/serverinfo.h |