Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5209 in orxonox.OLD for trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Sep 20, 2005, 11:22:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind's second fruits….. the char-arrays
some time in the near future i will hopefully be faster in interpreting this WALLgrind… but it is great, i can tell you (or at least anyone that reads this :))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.h

    r5113 r5209  
    4646
    4747//! The default mode of the translation-binding.
    48 #define DEFAULT_MODE PNODE_ALL
     48#define PNODE_PARENT_MODE_DEFAULT PNODE_ALL
    4949
    5050
     
    9898
    9999
    100   void addChild (PNode* child, int parentingMode = DEFAULT_MODE);
     100  void addChild (PNode* child, int parentingMode = PNODE_PARENT_MODE_DEFAULT);
    101101  void addChild (const char* childName);
    102102  void removeChild (PNode* child);
Note: See TracChangeset for help on using the changeset viewer.