Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/lib/lang/base_object.cc

    r3605 r3746  
    1818
    1919#include "base_object.h"
     20#include "stdincl.h"
    2021
    2122
     
    2930{
    3031  this->className = NULL;
     32  this->finalized = false;
    3133}
    3234
     
    5759  return true;
    5860}
     61
     62/*
     63bool BaseObject::isFinalized()
     64{
     65 
     66}
     67*/
     68
     69void BaseObject::finalize()
     70{
     71  this->finalized = true;
     72}
Note: See TracChangeset for help on using the changeset viewer.