updated some documentation

This commit is contained in:
herbglitch 2025-06-21 18:39:16 -06:00
parent 788147b8f2
commit 5fba766695
5 changed files with 19 additions and 16 deletions

View file

@ -335,7 +335,9 @@ void ARC_Config_UnloadFromFileWithCStr(ARC_Config *config, const char *path);
*/
/**
* @brief TODO: write this
* @brief inits a config type with the standard config settings
*
* @param config the config to init
*/
void ARC_Config_InitStd(ARC_Config *config);