]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DShape.h
h2data: use static for homonyms
[xonotic/netradiant.git] / contrib / bobtoolz / DShape.h
index 32c659c7830d65e4c36c06301e17d1e9e8916672..31c66e13034dbe2292fa2451bbdd4a37d929914c 100644 (file)
 #if !defined( AFX_DSHAPE_H__0B30B302_9D21_4C2D_836A_61F3C8D4244D__INCLUDED_ )
 #define AFX_DSHAPE_H__0B30B302_9D21_4C2D_836A_61F3C8D4244D__INCLUDED_
 
-#include "DMap.h"   // Added by ClassView
-#include "StdAfx.h" // Added by ClassView
-
 #if _MSC_VER > 1000
 #pragma once
 #endif // _MSC_VER > 1000
 
+#include <stdlib.h>
+#include "mathlib.h"
+#include "DMap.h"
+class DBrush;
+class DEntity;
+
 // defines for polygon stuff
-#define MAX_POLYGON_FACES   128
+const int MAX_POLYGON_FACES = 128;
 
 extern bool bFacesAll[];