From e68d14c4d5b4cced62c2148323c38e7f49292bd7 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 17 Jun 2021 20:44:55 -0400 Subject: Rotating 3d square --- shared_cpp/RenderShared.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shared_cpp/RenderShared.h (limited to 'shared_cpp/RenderShared.h') diff --git a/shared_cpp/RenderShared.h b/shared_cpp/RenderShared.h new file mode 100644 index 0000000..c50627f --- /dev/null +++ b/shared_cpp/RenderShared.h @@ -0,0 +1,7 @@ +#pragma once +#include "mathlib.h" +#include "types.h" + +typedef Vector4 Color; + +Color colorFromHex(float32 r, float32 g, float32 b, float32 a); -- cgit v1.2.1