mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
6ee91d153e
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@44 8a3a26a2-13c4-0310-b231-cf6edde360e5
7 lines
123 B
C++
7 lines
123 B
C++
|
|
#include <list>
|
|
#include "mathlib.h"
|
|
|
|
class DWinding;
|
|
|
|
std::list<DWinding*> *BuildTrace(char* filename, vec3_t v_origin);
|