diff options
Diffstat (limited to 'Client/Source/Math/Math.h')
-rw-r--r-- | Client/Source/Math/Math.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Source/Math/Math.h b/Client/Source/Math/Math.h new file mode 100644 index 0000000..0cd7d84 --- /dev/null +++ b/Client/Source/Math/Math.h @@ -0,0 +1,6 @@ +#include "Vector2.hpp" +#include "Matrix22.h" +#include "Matrix44.h" +#include "rect.h" +#include "Functions.h" + |