SHADE_Y3/SHADE_Engine/src/Math/SHMath.h

12 lines
207 B
C
Raw Normal View History

#pragma once
#include "SHMathHelpers.h"
#include "Vector/SHVec2.h"
#include "Vector/SHVec3.h"
#include "Vector/SHVec4.h"
#include "SHQuaternion.h"
#include "SHMatrix.h"
#include "Transform/SHTransform.h"