Changeset 969 for code/branches/input/src/orxonox/objects
- Timestamp:
- Mar 31, 2008, 10:43:58 PM (17 years ago)
- Location:
- code/branches/input/src/orxonox/objects
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/objects/Fighter.h
r871 r969 7 7 8 8 #include "Model.h" 9 10 class TiXmlElement; // Forward declaration11 9 12 10 namespace orxonox -
code/branches/input/src/orxonox/objects/Model.h
r927 r969 6 6 #include "WorldEntity.h" 7 7 #include "../tools/Mesh.h" 8 9 class TiXmlElement; // Forward declaration10 8 11 9 namespace orxonox -
code/branches/input/src/orxonox/objects/NPC.h
r871 r969 11 11 12 12 #include "Model.h" 13 14 class TiXmlElement; // Forward declaration15 13 16 14 namespace orxonox { -
code/branches/input/src/orxonox/objects/Projectile.h
r871 r969 10 10 namespace orxonox 11 11 { 12 class SpaceShip; // Forward declaration13 14 12 class _OrxonoxExport Projectile : public WorldEntity 15 13 { -
code/branches/input/src/orxonox/objects/Skybox.h
r871 r969 5 5 6 6 #include "core/BaseObject.h" 7 8 class TiXmlElement; // Forward declaration9 7 10 8 namespace orxonox -
code/branches/input/src/orxonox/objects/SpaceShip.h
r927 r969 10 10 #include "../tools/BillboardSet.h" 11 11 12 class TiXmlElement; // Forward declaration13 14 12 namespace orxonox 15 13 { 16 class ParticleInterface; // Forward declaration17 18 14 class _OrxonoxExport SpaceShip : public Model, public OIS::MouseListener 19 15 {
Note: See TracChangeset
for help on using the changeset viewer.