summary refs log tree commit diff
path: root/src/Math/Common.hpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-12-07 01:16:11 +0100
committerMel <einebeere@gmail.com>2023-12-07 01:16:11 +0100
commitc1a0768e55604687e82243bf64acd88d97a37ba0 (patch)
tree9ab0e1a5a1a9e3e8089c5827fa0c275f88acf1d4 /src/Math/Common.hpp
parentca8b16620ec207f2b32edd1f5d46f7b0bfb0a14c (diff)
downloadmeowcraft-c1a0768e55604687e82243bf64acd88d97a37ba0.tar.zst
meowcraft-c1a0768e55604687e82243bf64acd88d97a37ba0.zip
Consolidate mathematical functions into single file and add more
Diffstat (limited to 'src/Math/Common.hpp')
-rw-r--r--src/Math/Common.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Math/Common.hpp b/src/Math/Common.hpp
index cf5a2c7..6e4d8f3 100644
--- a/src/Math/Common.hpp
+++ b/src/Math/Common.hpp
@@ -2,8 +2,8 @@
 
 #include "../Common/Sizes.hpp"
 
+#include "Functions.hpp"
 #include "Vector.hpp"
 #include "Matrix.hpp"
 #include "Rotation.hpp"
-#include "Trig.hpp"
-#include "Constants.hpp"
\ No newline at end of file
+#include "Constants.hpp"