open_toontown_panda3d/panda/src/graph/vector_PT_Node.cxx

12 lines
284 B
C++

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