mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
12 lines
282 B
C++
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
|