diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ typedef struct AxisAngle { AxisAngle AxisAngleIdentity(); +// boring math shit. float signum(float n); -float closestAngle(float a1, float a2); + +// Debugging stuff. +void printVector3(Vector3 v); #endif |