Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 11:42:37 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: some modifications in spatial separation, made Model now an AbstractModel this simplifies many things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc

    r4791 r4805  
    1717
    1818#include "spatial_separation.h"
     19#include "abstract_model.h"
    1920
    2021using namespace std;
     
    2526   \todo this constructor is not jet implemented - do it
    2627*/
    27 SpatialSeparation::SpatialSeparation ()
     28SpatialSeparation::SpatialSeparation (AbstractModel* model)
    2829{
    2930   this->setClassID(CL_SPATIAL_SEPARATION, "SpatialSeparation");
Note: See TracChangeset for help on using the changeset viewer.