13 lines
309 B
C++
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
|