Changeset 2371 for code/branches/presentation/src/network/NetworkPrereqs.h
- Timestamp:
 - Dec 10, 2008, 12:50:05 PM (17 years ago)
 - Location:
 - code/branches/presentation
 - Files:
 - 
          
- 2 edited
 
- 
          . (modified) (1 prop)
 - 
          src/network/NetworkPrereqs.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/presentation
- Property svn:mergeinfo changed
/code/branches/network (added) merged: 2356 /code/branches/network64 (added) merged: 2210-2211,2245-2247,2255,2307,2309-2312,2316,2355  
 - Property svn:mergeinfo changed
 - 
        
code/branches/presentation/src/network/NetworkPrereqs.h
r2171 r2371 57 57 58 58 //----------------------------------------------------------------------- 59 // Includes 60 //----------------------------------------------------------------------- 61 #include "util/Math.h" 62 63 64 //----------------------------------------------------------------------- 59 65 // Forward declarations 60 66 //----------------------------------------------------------------------- 61 67 namespace orxonox 62 68 { 69 70 // Constants definition 71 72 static const unsigned int GAMESTATEID_INITIAL = (unsigned int)-1; 73 static const unsigned int CLIENTID_UNKNOWN = (unsigned int)-2; 74 static const uint32_t OBJECTID_UNKNOWN = static_cast<uint32_t>(-1); 75 static const unsigned int SCHED_PRIORITY_OFFSET = -5; 76 77 78 79 63 80 class Client; 64 81 class ClientConnection; … … 70 87 class GamestateManager; 71 88 class GamestateHandler; 89 class NetworkCallbackBase; 90 template <class T> class NetworkCallback; 91 class NetworkCallbackManager; 72 92 class PacketBuffer; 73 93 class Server; 74 94 class ServerFrameListener; 75 95 class Synchronisable; 96 class SynchronisableVariableBase; 97 template <class T> class SynchronisableVariable; 98 template <class T> class SynchronisableVariableBidirectional; 76 99 struct ClientList; 77 100 struct PacketEnvelope; 78 101 struct QueueItem; 79 102 struct syncData; 80 struct synchronisableVariable; 103 class obj; 104 class objInfo; 81 105 namespace packet{ 82 106 class Gamestate;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






