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