1 2 #include <list> 3 #include "mathlib.h" 4 5 class DWinding; 6 7 std::list<DWinding*> *BuildTrace( char* filename, vec3_t v_origin ); 8