open_toontown_panda3d/panda/src/linmath/vector_LPoint2f.cxx

12 lines
286 B
C++

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