remove Math

This commit is contained in:
2025-01-23 12:14:56 +01:00
parent e50acd9cc5
commit 6f227026b9
6 changed files with 57 additions and 74 deletions

View File

@@ -1,5 +0,0 @@
#include <raylib.h>
Color ColorAdd(Color c1, Color c2);
Color ColorAddValue(Color c, int add);
Rectangle TextInSpace(Rectangle box, float textH, float textW, float margin, bool topOrBottom);