]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - portals.h
added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structure (at the beginning), updated...
[xonotic/darkplaces.git] / portals.h
diff --git a/portals.h b/portals.h
new file mode 100644 (file)
index 0000000..80f88a1
--- /dev/null
+++ b/portals.h
@@ -0,0 +1,3 @@
+
+int Portal_CheckPolygon(model_t *model, vec3_t eye, float *polypoints, int numpoints);
+int Portal_CheckBox(model_t *model, vec3_t eye, vec3_t a, vec3_t b);