diff options
| author | Mel <einebeere@gmail.com> | 2022-10-02 04:34:18 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-10-02 04:34:18 +0200 |
| commit | 3b289a2f75b6e96735519a65d93b6babd1b1759f (patch) | |
| tree | 27cfffa0d8fe85b96f380362ab0a2ffc367a1a6b /src/Math/Math.hpp | |
| parent | 46ab7c6c8af19dcf537cab25aa468f4afc403940 (diff) | |
| download | meowcraft-3b289a2f75b6e96735519a65d93b6babd1b1759f.tar.zst meowcraft-3b289a2f75b6e96735519a65d93b6babd1b1759f.zip | |
Expand Vector and Matrix classes
Diffstat (limited to 'src/Math/Math.hpp')
| -rw-r--r-- | src/Math/Math.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Math/Math.hpp b/src/Math/Math.hpp index 66ffd36..8204728 100644 --- a/src/Math/Math.hpp +++ b/src/Math/Math.hpp @@ -1,3 +1,4 @@ #pragma once -#include "Vector.hpp" \ No newline at end of file +#include "Vector.hpp" +#include "Matrix.hpp" \ No newline at end of file |
