]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
Rename qboolean to qbool
[xonotic/darkplaces.git] / mathlib.h
index c21fb7b0d786469c046929405a8aaf06fc880f3f..aeab1db8b40b03cf40b4bc0169e08863ef874571 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -258,7 +258,7 @@ void AngleVectorsDuke3DFLU (const vec3_t angles, vec3_t forward, vec3_t left, ve
 /// LadyHavoc: builds a [3][4] matrix
 void AngleMatrix (const vec3_t angles, const vec3_t translate, vec_t matrix[][4]);
 /// LadyHavoc: calculates pitch/yaw/roll angles from forward and up vectors
-void AnglesFromVectors (vec3_t angles, const vec3_t forward, const vec3_t up, qboolean flippitch);
+void AnglesFromVectors (vec3_t angles, const vec3_t forward, const vec3_t up, qbool flippitch);
 
 /// LadyHavoc: like AngleVectors, but taking a forward vector instead of angles, useful!
 void VectorVectors(const vec3_t forward, vec3_t right, vec3_t up);