17 lines
447 B
Plaintext
17 lines
447 B
Plaintext
// Filename: appTraverser.I
|
|
// Created by: drose (25Apr00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
// Function: AppTraverser::Constructor
|
|
// Access: Public
|
|
// Description:
|
|
////////////////////////////////////////////////////////////////////
|
|
INLINE AppTraverser::
|
|
AppTraverser(TypeHandle graph_type) :
|
|
_graph_type(graph_type)
|
|
{
|
|
}
|