- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/orxonox/objects/worldentities/Billboard.h
r2907 r2908 34 34 #include "util/Math.h" 35 35 #include "tools/BillboardSet.h" 36 #include "objects/Teamcolourable.h"37 36 38 37 namespace orxonox 39 38 { 40 class _OrxonoxExport Billboard : public StaticEntity , public Teamcolourable39 class _OrxonoxExport Billboard : public StaticEntity 41 40 { 42 41 public: … … 62 61 { return this->colour_; } 63 62 64 virtual void setTeamColour(const ColourValue& colour)65 { this->setColour(colour); }66 67 63 protected: 68 64 inline BillboardSet& getBillboardSet()
Note: See TracChangeset
for help on using the changeset viewer.