JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed messages
[vor.git] / common.h
index 59268ae..28d9ea0 100644 (file)
--- a/common.h
+++ b/common.h
@@ -4,6 +4,8 @@
 #include <stdbool.h>
 #include <stddef.h>
 
+#define NONE (~0)
+
 #ifndef max
 #define max(a, b) ((a) > (b) ? (a) : (b))
 #endif