SHADE_Y3/SHADE_Engine/src/Math/SHMath.h

12 lines
197 B
C

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