Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2006, 9:44:53 PM (18 years ago)
Author:
bensch
Message:

adapted many more classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/util/kill_target.cc

    r9406 r9705  
    2222
    2323
    24 
     24#include "class_id.h"
    2525CREATE_FACTORY(KillTarget, CL_KILL_TARGET);
     26NewObjectListDefinitionID(KillTarget, CL_KILL_TARGET);
    2627
    2728
     
    3233KillTarget::KillTarget (const TiXmlElement* root)
    3334        : MissionGoal(root) {
    34     this->setClassID(CL_KILL_TARGET, "KillTarget");
     35  this->registerObject(this, KillTarget::_objectList);
    3536
    3637    if( root != NULL)
Note: See TracChangeset for help on using the changeset viewer.