network message

This commit is contained in:
Henrique
2011-05-21 16:02:37 -03:00
parent 0cd4bcd926
commit e258289edb
5 changed files with 304 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ SET(SOURCES
# framework net
src/framework/net/connection.cpp
src/framework/net/protocol.cpp
src/framework/net/inputmessage.cpp
src/framework/net/outputmessage.cpp
)
IF(WIN32)