summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo_math.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-01-11 22:09:48 -0500
committerrealtradam <[email protected]>2023-01-11 22:09:48 -0500
commitb172c2a6b22796dc16c059979d2ec6108b0402e4 (patch)
tree9eda4db6d584b4c0415d30c9b5295aaf541f938b /include/rodeo_math.h
parentb4bc89485ab18ccdc2e381e3e3f2c3bb5e346e1e (diff)
downloadRodeoKit-b172c2a6b22796dc16c059979d2ec6108b0402e4.tar.gz
RodeoKit-b172c2a6b22796dc16c059979d2ec6108b0402e4.zip
isolated dependencies into seperate compilation unit, added basic logging
Diffstat (limited to 'include/rodeo_math.h')
-rw-r--r--include/rodeo_math.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/rodeo_math.h b/include/rodeo_math.h
index 13db9b3..f7df53f 100644
--- a/include/rodeo_math.h
+++ b/include/rodeo_math.h
@@ -1,7 +1,11 @@
-#include "stdint.h"
+
+// public internal
#include "rodeo_types.h"
+// system
+#include "stdint.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);