main header
This commit is contained in:
parent
6085d22df4
commit
afc569c006
7 changed files with 25 additions and 420 deletions
|
|
@ -6,17 +6,17 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include "arc/std/string.h"
|
||||
//#include "arc/std/string.h"
|
||||
|
||||
typedef struct ARC_Config ARC_Config;
|
||||
void ARC_AudioConfig_Init(ARC_Config *config);
|
||||
//typedef struct ARC_Config ARC_Config;
|
||||
//void ARC_AudioConfig_Init(ARC_Config *config);
|
||||
|
||||
uint8_t ARC_Audio_Read(ARC_Config *config, ARC_String *string, void **value);
|
||||
//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);
|
||||
//void ARC_Audio_Delete(ARC_Config *config, ARC_String *string, void *value);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif //ARC_AUDIO_CONFIG_H_
|
||||
#endif //ARC_AUDIO_CONFIG_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue