diff options
author | chai <chaifix@163.com> | 2019-12-21 22:24:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-21 22:24:15 +0800 |
commit | ec111247c614663d8231245a17c314b9b8b4a28c (patch) | |
tree | a66058508161da488371c90316865ae850b8be15 /src/core/vert.h | |
parent | c3f45735ecfab6e567be371758f21395e92dfef6 (diff) |
*misc
Diffstat (limited to 'src/core/vert.h')
-rw-r--r-- | src/core/vert.h | 2 |
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); |