init network

This commit is contained in:
Henrique Santiago
2011-04-20 03:40:31 -03:00
parent 3de455fe7e
commit 8952bddb7a
11 changed files with 373 additions and 9 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
@@ -104,8 +104,8 @@ SET(SOURCES
src/framework/ui/uicheckbox.cpp
# framework net
#src/framework/net/connection.cpp
#src/framework/net/protocol.cpp
src/framework/net/connection.cpp
src/framework/net/protocol.cpp
#src/framework/net/networkmessage.cpp
)