Changeset 4889 in orxonox.OLD for orxonox/trunk/src/world_entities/terrain.h
- Timestamp:
- Jul 18, 2005, 10:27:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.h
r4836 r4889 15 15 // FORWARD DEFINITION \\ 16 16 class TiXmlElement; 17 class SpatialSeparation; 17 18 18 19 //! A simple method to call a desired debug world. … … 38 39 private: 39 40 int objectList; 41 SpatialSeparation* ssp; 40 42 }; 41 43
Note: See TracChangeset
for help on using the changeset viewer.