- Timestamp:
- Oct 29, 2008, 11:37:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/Backlight.h
r2027 r2044 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include " WorldEntity.h"34 #include "PositionableEntity.h" 35 35 #include "tools/BillboardSet.h" 36 36 37 37 namespace orxonox 38 38 { 39 class _OrxonoxExport Backlight : public WorldEntity39 class _OrxonoxExport Backlight : public PositionableEntity 40 40 { 41 41 public:
Note: See TracChangeset
for help on using the changeset viewer.