summaryrefslogtreecommitdiffhomepage
path: root/src/rodeo_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rodeo_math.c')
-rw-r--r--src/rodeo_math.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rodeo_math.c b/src/rodeo_math.c
index 99f61af..248e600 100644
--- a/src/rodeo_math.c
+++ b/src/rodeo_math.c
@@ -1,10 +1,12 @@
+
+// public internal
#include "rodeo.h"
#include "rodeo_math.h"
uint32_t
Rodeo__\
Math__\
-color_rgba_to_uint32(const struct Rodeo__color_rgba_t color)
+color_rgba_to_uint32(const Rodeo__color_rgba_t color)
{
return
((uint32_t)(uint8_t)(color.red * 255))