- Timestamp:
- Nov 12, 2008, 11:43:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/orxonox/objects/worldentities/Backlight.h
r2151 r2184 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include " StaticEntity.h"34 #include "PositionableEntity.h" 35 35 #include "tools/BillboardSet.h" 36 36 37 37 namespace orxonox 38 38 { 39 class _OrxonoxExport Backlight : public StaticEntity39 class _OrxonoxExport Backlight : public PositionableEntity 40 40 { 41 41 public:
Note: See TracChangeset
for help on using the changeset viewer.