open_toontown_panda3d/dtool/src/dtoolutil/vector_string.cxx

12 lines
280 B
C++

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