open_toontown_panda3d/panda/src/builder/builderVertex.cxx

13 lines
309 B
C++

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