Changeset 5405 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 19, 2005, 1:54:37 AM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.h
r5357 r5405 13 13 #include "world_entity.h" 14 14 15 /* FORWARD DE FINITION */15 /* FORWARD DECLARATION */ 16 16 17 17 //! A Class to handle a SkyBox -
trunk/src/world_entities/skysphere.h
r5039 r5405 16 16 #include "world_entity.h" 17 17 18 /* FORWARD DE FINITION */18 /* FORWARD DECLARATION */ 19 19 class Material; 20 20 class Vector; -
trunk/src/world_entities/terrain.h
r5357 r5405 13 13 #include "world_entity.h" 14 14 15 // FORWARD DE FINITION15 // FORWARD DECLARATION 16 16 class SpatialSeparation; 17 17 -
trunk/src/world_entities/weapons/crosshair.h
r5378 r5405 15 15 16 16 17 // FORWARD DE FINITION17 // FORWARD DECLARATION 18 18 class Model; 19 19 class Material;
Note: See TracChangeset
for help on using the changeset viewer.