From 4b410af18ed7e76b42be1d2ab2ebdfe8e5bf97e8 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 8 Mar 2023 00:19:55 -0500 Subject: Continued cleanup and refactoring. Added string type. --- include/rodeo_math.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/rodeo_math.h (limited to 'include/rodeo_math.h') 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); -- cgit v1.2.3