open_toontown_panda3d/panda/src/putil/vector_float.cxx

12 lines
280 B
C++

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