diff options
| author | realtradam <[email protected]> | 2023-03-08 00:19:55 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-03-08 00:19:55 -0500 |
| commit | 4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8 (patch) | |
| tree | b6b20aa5470e240189c5e46288d9c261879d345c /include/rodeo_math.h | |
| parent | e58d0577634b1405a40a4b1ebd0a36323fa81970 (diff) | |
| download | RodeoKit-4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8.tar.gz RodeoKit-4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8.zip | |
Continued cleanup and refactoring. Added string type.
Diffstat (limited to 'include/rodeo_math.h')
| -rw-r--r-- | include/rodeo_math.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/rodeo_math.h b/include/rodeo_math.h deleted file mode 100644 index 4dee9ae..0000000 --- a/include/rodeo_math.h +++ /dev/null @@ -1,11 +0,0 @@ - -// public internal -#include "rodeo_types.h" - -// system -#include "stdint.h" - -uint32_t -Rodeo__\ -Math__\ -color_rgba_to_uint32(const rodeo_rgba_t color); |
