diff options
Diffstat (limited to 'lib/maths.h')
-rw-r--r-- | lib/maths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/maths.h b/lib/maths.h index a3a391d..dc0c617 100644 --- a/lib/maths.h +++ b/lib/maths.h @@ -45,6 +45,7 @@ sincosf(float a) return sc; } +glm::mat2 rotate_flat(float); glm::mat4 rotate_roll(float); glm::mat4 rotate_yaw(float); glm::mat4 rotate_pitch(float); |