summaryrefslogtreecommitdiff
path: root/shared_cpp/RenderShared.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared_cpp/RenderShared.h')
-rw-r--r--shared_cpp/RenderShared.h7
1 files changed, 7 insertions, 0 deletions
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);