open_toontown_panda3d/panda/src/graph/pt_Node.cxx

13 lines
288 B
C++

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