open_toontown_panda3d/panda/src/putil/vector_writeable.cxx

12 lines
283 B
C++

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