moved some functions from graphics config to a new math config
This commit is contained in:
parent
df816e2092
commit
b0a2b8bb15
5 changed files with 320 additions and 272 deletions
|
|
@ -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++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue