*** empty log message ***

This commit is contained in:
David Rose 2001-02-07 01:16:58 +00:00
parent cfd3b5075b
commit 5181ac7b13

View File

@ -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