]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.h
rewrote RecursiveHullCheck, no longer gets stuck on angle changes, and is generally...
[xonotic/darkplaces.git] / view.h
diff --git a/view.h b/view.h
index f44353eb8037009eace793c56975225c51e10feb..ab069251e10faefc503a94fcd86b73cd141ecf82 100644 (file)
--- a/view.h
+++ b/view.h
@@ -28,4 +28,5 @@ void V_Init (void);
 void V_RenderView (void);
 float V_CalcRoll (vec3_t angles, vec3_t velocity);
 void V_UpdateBlends (void);
+void V_CalcBlend (void);