]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DBrush.h
Merge commit 'bf6dd1f2d186c799adf11f1e744a1ff57aa8d335' into garux-merge
[xonotic/netradiant.git] / contrib / bobtoolz / DBrush.h
index b5e343eb822a9945df1cd299860dc60d4724b759..7b3e8d6035ca47b69e0f1eb1b5b36452e4cf2989 100644 (file)
@@ -44,9 +44,9 @@ class Node;
 class Instance;
 }
 
-#define POINT_IN_BRUSH  0
-#define POINT_ON_BRUSH  1
-#define POINT_OUT_BRUSH 2
+const int POINT_IN_BRUSH  = 0;
+const int POINT_ON_BRUSH  = 1;
+const int POINT_OUT_BRUSH = 2;
 
 class DBrush
 {