mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
cfd3b5075b
commit
5181ac7b13
@ -23,7 +23,9 @@
|
|||||||
#include <pandabase.h>
|
#include <pandabase.h>
|
||||||
|
|
||||||
class Node;
|
class Node;
|
||||||
|
|
||||||
|
BEGIN_PUBLISH
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: traverse_data_graph
|
// Function: traverse_data_graph
|
||||||
// Description: Initiates a traversal of the data graph given the
|
// Description: Initiates a traversal of the data graph given the
|
||||||
@ -33,4 +35,6 @@ class Node;
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void EXPCL_PANDA traverse_data_graph(Node *root);
|
void EXPCL_PANDA traverse_data_graph(Node *root);
|
||||||
|
|
||||||
|
END_PUBLISH
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user