Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 6, 2008, 3:06:59 PM (16 years ago)
Author:
landauf
Message:

tutorial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/core/Identifier.h

    r859 r862  
    315315            {
    316316                this->identifier_ = ClassIdentifier<T>::getIdentifier();
     317            }
     318
     319            SubclassIdentifier(Identifier* identifier)
     320            {
     321                this->identifier_ = identifier;
    317322            }
    318323
Note: See TracChangeset for help on using the changeset viewer.