From 676592f0ccf9f043db51f18ad05bf9563a7a16cf Mon Sep 17 00:00:00 2001 From: Chukobyte Date: Mon, 25 Dec 2023 17:40:58 -0500 Subject: [PATCH] Removing unused color function since macros replace it. --- seika/math/se_math.h | 1 - vcpkg.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/seika/math/se_math.h b/seika/math/se_math.h index ed72e46..75e06d9 100644 --- a/seika/math/se_math.h +++ b/seika/math/se_math.h @@ -108,7 +108,6 @@ typedef struct SKAColor { SKAColor ska_color_get_normalized_color_default_alpha(unsigned int r, unsigned int g, unsigned int b); SKAColor ska_color_get_normalized_color(unsigned int r, unsigned int g, unsigned int b, unsigned int a); SKAColor ska_color_get_normalized_color_from_color(const SKAColor* color); -SKAColor ska_color_get_white(); // --- Misc --- // float ska_math_lerpf(float a, float b, float t); diff --git a/vcpkg.json b/vcpkg.json index cc00756..b4062c7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "seika", - "version": "0.0.14", + "version": "0.0.15", "dependencies": [ { "name": "sdl2",