diff options
| author | realtradam <[email protected]> | 2023-03-05 06:38:09 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-03-05 06:38:09 -0500 |
| commit | e58d0577634b1405a40a4b1ebd0a36323fa81970 (patch) | |
| tree | e0facd0d5e396b07ef161dc7ef885c71694d0cbb /include/rodeo_math.h | |
| parent | eb6a382d03c5b9c915a949ea1119c2cbf72f1d6e (diff) | |
| download | RodeoKit-e58d0577634b1405a40a4b1ebd0a36323fa81970.tar.gz RodeoKit-e58d0577634b1405a40a4b1ebd0a36323fa81970.zip | |
initial rewrite to follow new styleguide
Diffstat (limited to 'include/rodeo_math.h')
| -rw-r--r-- | include/rodeo_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rodeo_math.h b/include/rodeo_math.h index f7df53f..4dee9ae 100644 --- a/include/rodeo_math.h +++ b/include/rodeo_math.h @@ -8,4 +8,4 @@ uint32_t Rodeo__\ Math__\ -color_rgba_to_uint32(const Rodeo__color_rgba_t color); +color_rgba_to_uint32(const rodeo_rgba_t color); |
