]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/shapes.h
[unzip.c{,pp}] Change zc{alloc,free} to internal linkage
[xonotic/netradiant.git] / contrib / bobtoolz / shapes.h
index fdb58e5aac450c802a6132e60ae4684244239711..c35809e762ede596375e7baba04f5eab8b837b7c 100644 (file)
 // defines for polygon stuff
 #define MAX_POLYGON_FACES   128
 
+namespace scene
+{
+class Node;
+}
+
+#include "mathlib.h"
+
 // generic (detail added 12/01/01, for AC+)
-void AddFaceWithTexture( brush_t* brush, vec3_t va, vec3_t vb, vec3_t vc, const char* texture, bool detail );
+void AddFaceWithTexture( scene::Node& brush, vec3_t va, vec3_t vb, vec3_t vc, const char* texture, bool detail );
 
 // -------------
 // ---caulked---