summary refs log tree commit diff
path: root/src/Math/Math.hpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-10-06 02:48:43 +0200
committerMel <einebeere@gmail.com>2022-10-06 02:48:43 +0200
commitfdbfa8e36f85eee051fc562f1a8588970257a20f (patch)
treee861a56c50b1e8532bd71a21064d76d0c148ed3a /src/Math/Math.hpp
parent731846a0c654b39e23c26f611470e401df404c9d (diff)
downloadmeowcraft-fdbfa8e36f85eee051fc562f1a8588970257a20f.tar.zst
meowcraft-fdbfa8e36f85eee051fc562f1a8588970257a20f.zip
Rotating camera with mouse
Diffstat (limited to 'src/Math/Math.hpp')
-rw-r--r--src/Math/Math.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Math/Math.hpp b/src/Math/Math.hpp
index b8b61a1..94840b1 100644
--- a/src/Math/Math.hpp
+++ b/src/Math/Math.hpp
@@ -2,4 +2,5 @@
 
 #include "Vector.hpp"
 #include "Matrix.hpp"
-#include "Rotation.hpp"
\ No newline at end of file
+#include "Rotation.hpp"
+#include "Trig.hpp"
\ No newline at end of file