From c3e259f4d29e9bdcb73617ad8e4d71f117b4d289 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 13:28:39 +0800 Subject: +freetype --- Runtime/Math/Math.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Runtime/Math/Math.h (limited to 'Runtime/Math/Math.h') diff --git a/Runtime/Math/Math.h b/Runtime/Math/Math.h new file mode 100644 index 0000000..370b91c --- /dev/null +++ b/Runtime/Math/Math.h @@ -0,0 +1,7 @@ +#pragma once + +#include "Vector2.h" +#include "Vector3.h" +#include "Vector4.h" +#include "Matrix44.h" +#include "FloatConversion.h" -- cgit v1.1-26-g67d0