Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/netp2/src/network/packet/CMakeLists.txt @ 2937

Last change on this file since 2937 was 2937, checked in by scheusso, 15 years ago

commit for testing reasons

  • added possibility to transfer function calls over network
  • made MultiType serialisable
  • put serialise functions from synchronisable to util
  • … (can't remember )
  • Property svn:eol-style set to native
File size: 176 bytes
Line 
1ADD_SOURCE_FILES(NETWORK_SRC_FILES
2  Packet.cc
3  Acknowledgement.cc
4  Chat.cc
5  ClassID.cc
6  DeleteObjects.cc
7  FunctionIDs.cc
8  FunctionCalls.cc
9  Gamestate.cc
10  Welcome.cc
11)
Note: See TracBrowser for help on using the repository browser.