This commit is contained in:
Eduardo Bart
2011-04-21 19:48:57 -03:00
10 changed files with 371 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ SET(SOURCES
src/teststate.cpp
# game net
#src/protocollogin.cpp
src/protocollogin.cpp
# framework core
src/framework/core/dispatcher.cpp
@@ -108,9 +108,8 @@ SET(SOURCES
src/framework/ui/uicheckbox.cpp
# framework net
#src/framework/net/connection.cpp
#src/framework/net/protocol.cpp
#src/framework/net/networkmessage.cpp
src/framework/net/connection.cpp
src/framework/net/protocol.cpp
)
IF(WIN32)