summary refs log tree commit diff
path: root/src/Math/Common.hpp
blob: 6e4d8f3eb529c60b3bf42d7729ca8159527948f4 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "../Common/Sizes.hpp"

#include "Functions.hpp"
#include "Vector.hpp"
#include "Matrix.hpp"
#include "Rotation.hpp"
#include "Constants.hpp"