- 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/Camera.h
r2151 r2184 33 33 34 34 #include <OgrePrerequisites.h> 35 #include "objects/worldentities/ StaticEntity.h"35 #include "objects/worldentities/PositionableEntity.h" 36 36 #include "objects/Tickable.h" 37 37 38 38 namespace orxonox 39 39 { 40 class _OrxonoxExport Camera : public StaticEntity, public Tickable40 class _OrxonoxExport Camera : public PositionableEntity, public Tickable 41 41 { 42 42 friend class CameraManager;
Note: See TracChangeset
for help on using the changeset viewer.