Changeset 6415 in orxonox.OLD for branches/network/src/lib/coord
- Timestamp:
- Jan 6, 2006, 3:23:36 PM (19 years ago)
- Location:
- branches/network/src/lib/coord
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/coord/p_node.cc
r6402 r6415 29 29 30 30 #include "synchronizeable.h" 31 32 #include "shell_command.h" 33 SHELL_COMMAND(debugNode, PNode, debugNodeSC); 31 34 32 35 using namespace std; -
branches/network/src/lib/coord/p_node.h
r6402 r6415 174 174 // DEBUG // 175 175 void countChildNodes(int& nodes) const; 176 void debugNodeSC (unsigned int depth = 1, unsigned int level = 0) { this->debugNode(depth, level); }; 176 177 void debugNode (unsigned int depth = 1, unsigned int level = 0) const; 177 178 void debugDraw(unsigned int depth = 1, float size = 1.0, const Vector& color = Vector(1, 0, 0), unsigned int level = 0) const;
Note: See TracChangeset
for help on using the changeset viewer.