]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - portals.c
major overhaul for thread-safety - many global variables and static
[xonotic/darkplaces.git] / portals.c
index 3b770f9ea40c79cbf4b55bf8d77bcee9e16e0d5e..0900a34f8f6c9c6fb41dc12b53c77baaa03a8398 100644 (file)
--- a/portals.c
+++ b/portals.c
@@ -1,6 +1,7 @@
 
 #include "quakedef.h"
 #include "polygon.h"
 
 #include "quakedef.h"
 #include "polygon.h"
+#include "portals.h"
 
 #define MAXRECURSIVEPORTALPLANES 1024
 #define MAXRECURSIVEPORTALS 256
 
 #define MAXRECURSIVEPORTALPLANES 1024
 #define MAXRECURSIVEPORTALS 256