panda3d/panda/src/builder/pta_BuilderTC.cxx
2000-10-04 01:14:41 +00:00

12 lines
282 B
C++

// Filename: pta_BuilderTC.cxx
// Created by: drose (10May00)
//
////////////////////////////////////////////////////////////////////
#include "pta_BuilderTC.h"
// Tell GCC that we'll take care of the instantiation explicitly here.
#ifdef __GNUC__
#pragma implementation
#endif