]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/shapes.h
- Radiant is now Vista compatible (Aero must be disabled)
[xonotic/netradiant.git] / contrib / bobtoolz / shapes.h
index c277d428ac9d37429dd23a892c70321c6c0f6d5b..0fa926594fb50735f4b9826e17ba5713c790399e 100644 (file)
@@ -26,6 +26,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 // 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(scene::Node& brush, vec3_t va, vec3_t vb, vec3_t vc, const char* texture, bool detail);