summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo_math.h')
-rw-r--r--include/rodeo_math.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rodeo_math.h b/include/rodeo_math.h
new file mode 100644
index 0000000..13db9b3
--- /dev/null
+++ b/include/rodeo_math.h
@@ -0,0 +1,7 @@
+#include "stdint.h"
+#include "rodeo_types.h"
+
+uint32_t
+Rodeo__\
+Math__\
+color_rgba_to_uint32(const struct Rodeo__color_rgba_t color);