updated math config, added int to standard config, added bool to standard config

This commit is contained in:
herbglitch 2025-03-22 03:38:28 -06:00
parent ce9e6a1c9a
commit 0dab5f336b
5 changed files with 299 additions and 252 deletions

View file

@ -211,7 +211,7 @@ void ARC_Config_UnloadFromFile(ARC_Config *config, ARC_String *data);
/**
* @brief TODO: write this
*/
void ARC_Config_InitStdTypes(ARC_Config *config);
void ARC_Config_InitStd(ARC_Config *config);
/**
* @brief