Changeset 3157 for code/branches/pch/src/orxonox/objects/RadarViewable.h
- Timestamp:
- Jun 13, 2009, 5:03:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/RadarViewable.h
r3130 r3157 31 31 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include <string> 34 35 #include <cassert> 36 35 37 #include "util/Math.h" 36 38 #include "util/Debug.h" 37 39 #include "core/OrxonoxClass.h" 38 39 #include <string>40 #include <OgreSceneNode.h>41 #include <OgreEntity.h>42 #include <OgreManualObject.h>43 #include "orxonox/tools/DynamicLines.h"44 40 45 41 namespace orxonox … … 110 106 void updateMapPosition(); 111 107 bool isHumanShip_; 112 inline std::stringgetUniqueId()108 inline const std::string& getUniqueId() 113 109 { 114 110 return this->uniqueId_;
Note: See TracChangeset
for help on using the changeset viewer.