added note to math config

This commit is contained in:
herbglitch 2023-08-22 22:11:04 +00:00
parent 7146ca7765
commit 1450bb7c86

View file

@ -270,5 +270,6 @@ void ARC_Rect_Delete(ARC_Config* config, ARC_String *string, void *value){
} }
void ARC_RectArray_Delete(ARC_Config* config, ARC_String *string, void *value){ void ARC_RectArray_Delete(ARC_Config* config, ARC_String *string, void *value){
//TODO free value->data
free((ARC_Array *)value); free((ARC_Array *)value);
} }