open_toontown_panda3d/panda/src/sgraphutil/appTraverser.I

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)
{
}