Changeset 9326 in orxonox.OLD for branches/proxy/src/lib/network/shared_network_data.h
- Timestamp:
- Jul 18, 2006, 4:11:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/shared_network_data.h
r9303 r9326 9 9 #include "base_object.h" 10 10 #include "netdefs.h" 11 #include "proxy/proxy_settings.h" 11 12 12 13 13 14 class NetworkStream; 14 15 class Synchronizeable; 15 template<typename> 16 class tList; 16 17 17 18 18 /* and here is the class itsself*/ … … 36 36 /** sets the game server flag @param bGameServer true if it is a game server */ 37 37 inline void setNodeType(int nodeType) { this->nodeType = nodeType; } 38 39 /** @returns the maximum number of players for this server */ 40 inline int getMaxPlayer() { return ProxySettings::getInstance()->getMaxPlayer(); } 38 41 39 42 /** @returns the hostID of the node */
Note: See TracChangeset
for help on using the changeset viewer.