moved some functions from graphics config to a new math config

This commit is contained in:
herbglitch 2023-08-19 23:07:15 +00:00
parent df816e2092
commit b0a2b8bb15
5 changed files with 320 additions and 272 deletions

View file

@ -303,7 +303,6 @@ void ARC_String_StripWhitespace(ARC_String *original, ARC_String **stripped){
ARC_String_Create(stripped, data, length);
}
void ARC_String_StripEndsWhitespace(ARC_String *original, ARC_String **stripped){
uint64_t index;
for(uint64_t i = 0; i < original->length; i++){