Changeset 6412 for code/branches/pickup2/src/libraries/network/Host.h
- Timestamp:
- Dec 25, 2009, 1:18:03 PM (16 years ago)
- Location:
- code/branches/pickup2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup2
- Property svn:mergeinfo changed
-
code/branches/pickup2/src/libraries/network/Host.h
r5781 r6412 31 31 32 32 #include "NetworkPrereqs.h" 33 #include "core/CorePrereqs.h" 33 34 34 35 namespace orxonox { … … 44 45 * - defines static functions available on both server and client 45 46 * - is the interface to be used when communicating with the network 46 * 47 * @author Oliver Scheuss 47 48 */ 48 49 class _NetworkExport Host{ … … 79 80 static bool Broadcast(const std::string& message); 80 81 static bool incomingChat(const std::string& message, unsigned int playerID); 82 virtual void printRTT()=0; 81 83 private: 84 ConsoleCommand* printRTTCC_; 82 85 }; 83 86
Note: See TracChangeset
for help on using the changeset viewer.