summaryrefslogtreecommitdiff
path: root/src/core/vert.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-21 22:24:15 +0800
committerchai <chaifix@163.com>2019-12-21 22:24:15 +0800
commitec111247c614663d8231245a17c314b9b8b4a28c (patch)
treea66058508161da488371c90316865ae850b8be15 /src/core/vert.h
parentc3f45735ecfab6e567be371758f21395e92dfef6 (diff)
*misc
Diffstat (limited to 'src/core/vert.h')
-rw-r--r--src/core/vert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/vert.h b/src/core/vert.h
index faf027e..8578d87 100644
--- a/src/core/vert.h
+++ b/src/core/vert.h
@@ -16,6 +16,8 @@ typedef uint Color; // ARGB
typedef Vec4 Color32;
+Color32 COLOR32_WHITE;
+
Color color32_tocolor(Color32* c);
void color_tocolor32(Color c, Color32* out);
void color32_saturate(Color32* c);