Changeset 4805 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 7, 2005, 11:42:37 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4791 r4805 17 17 18 18 #include "spatial_separation.h" 19 #include "abstract_model.h" 19 20 20 21 using namespace std; … … 25 26 \todo this constructor is not jet implemented - do it 26 27 */ 27 SpatialSeparation::SpatialSeparation ( )28 SpatialSeparation::SpatialSeparation (AbstractModel* model) 28 29 { 29 30 this->setClassID(CL_SPATIAL_SEPARATION, "SpatialSeparation");
Note: See TracChangeset
for help on using the changeset viewer.