- 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/ParticleEmitter.h
r2151 r2184 31 31 32 32 #include "OrxonoxPrereqs.h" 33 #include " StaticEntity.h"33 #include "PositionableEntity.h" 34 34 35 35 namespace orxonox 36 36 { 37 class _OrxonoxExport ParticleEmitter : public StaticEntity37 class _OrxonoxExport ParticleEmitter : public PositionableEntity 38 38 { 39 39 public:
Note: See TracChangeset
for help on using the changeset viewer.