#pragma once #include "mathlib.h" #include "types.h" typedef Vector4 Color; Color colorFromHex(float32 r, float32 g, float32 b, float32 a);