|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Go to the source code of this file.
Typedefs | |
| typedef struct ARC_Config | ARC_Config |
| a type that keeps permanice of data for when loading and unloading config files | |
Functions | |
| void | ARC_AudioConfig_Init (ARC_Config *config) |
| uint8_t | ARC_Audio_Read (ARC_Config *config, ARC_String *string, void **value) |
| void | ARC_Audio_Delete (ARC_Config *config, ARC_String *string, void *value) |
| typedef struct ARC_Config ARC_Config |
| void ARC_Audio_Delete | ( | ARC_Config * | config, |
| ARC_String * | string, | ||
| void * | value ) |
| uint8_t ARC_Audio_Read | ( | ARC_Config * | config, |
| ARC_String * | string, | ||
| void ** | value ) |
| void ARC_AudioConfig_Init | ( | ARC_Config * | config | ) |