Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2007, 1:40:00 AM (16 years ago)
Author:
landauf
Message:

some features work perfectly,
some features are fucked up,
some features arent yet implemented.

x3n→hair→brightness++;

theres still a lot to do, but i can see the light on the end of the tunnel.
templates, makros, operator overloading, function pointers… the beauty of the beast. i'm in love and still dying piece by piece with every line of code i'm writing.
</film noir>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchie/src/BaseObject.h

    r162 r172  
    1515            inline bool isA(Identifier* identifier)
    1616                { this->getIdentifier()->isA(identifier); }
    17             inline bool isDirectA(Identifier* identifier)
    18                 { this->getIdentifier()->isDirectA(identifier); }
     17            inline bool isDirectlyA(Identifier* identifier)
     18                { this->getIdentifier()->isDirectlyA(identifier); }
    1919            inline bool isChildOf(Identifier* identifier)
    2020                { this->getIdentifier()->isChildOf(identifier); }
Note: See TracChangeset for help on using the changeset viewer.