Changeset 459 for code/branches/FICN/src/network/Server.h
- Timestamp:
- Dec 12, 2007, 12:35:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/Server.h
r440 r459 21 21 #include "enet/enet.h" 22 22 #include "ClientInformation.h" 23 //#include "NetworkFrameListener.h" 24 23 25 24 26 namespace network{ 25 27 28 26 29 /** 27 30 * This class is the root class of the network module for a server. … … 37 40 bool sendMSG(std::string msg); 38 41 bool sendMSG(const char *msg); 39 void tick( );42 void tick(float time); 40 43 protected: 41 44 void processQueue(); … … 49 52 ClientInformation *clients; 50 53 }; 51 52 54 53 55 54 56
Note: See TracChangeset
for help on using the changeset viewer.