Changeset 2211 for code/branches/network64/src/orxonox
- Timestamp:
- Nov 14, 2008, 4:13:06 PM (16 years ago)
- Location:
- code/branches/network64/src/orxonox
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network64/src/orxonox/OrxonoxStableHeaders.h
r2087 r2211 95 95 #include "core/input/InputManager.h" 96 96 97 #include "network/ Synchronisable.h"97 #include "network/synchronisable/Synchronisable.h" 98 98 99 99 #include "Settings.h" -
code/branches/network64/src/orxonox/objects/Level.h
r2171 r2211 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "network/ Synchronisable.h"34 #include "network/synchronisable/Synchronisable.h" 35 35 #include "core/BaseObject.h" 36 36 -
code/branches/network64/src/orxonox/objects/Scene.h
r2171 r2211 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "network/ Synchronisable.h"34 #include "network/synchronisable/Synchronisable.h" 35 35 #include "core/BaseObject.h" 36 36 #include "util/Math.h" -
code/branches/network64/src/orxonox/objects/Test.h
r2171 r2211 32 32 #include "OrxonoxPrereqs.h" 33 33 #include "core/BaseObject.h" 34 #include "network/ Synchronisable.h"34 #include "network/synchronisable/Synchronisable.h" 35 35 36 36 namespace orxonox -
code/branches/network64/src/orxonox/objects/infos/Info.h
r2171 r2211 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "network/ Synchronisable.h"34 #include "network/synchronisable/Synchronisable.h" 35 35 #include "core/BaseObject.h" 36 36 -
code/branches/network64/src/orxonox/objects/worldentities/WorldEntity.h
r2171 r2211 36 36 #include <OgreSceneNode.h> 37 37 38 #include "network/ Synchronisable.h"38 #include "network/synchronisable/Synchronisable.h" 39 39 #include "core/BaseObject.h" 40 40 #include "util/Math.h"
Note: See TracChangeset
for help on using the changeset viewer.