comment out some config stuff to get sdl2 building again, will work through and remove config as chemical is the updated config
This commit is contained in:
parent
122eb1d351
commit
119d1b2c64
4 changed files with 336 additions and 336 deletions
|
|
@ -9,15 +9,15 @@ extern "C" {
|
|||
#include "arc/std/string.h"
|
||||
|
||||
typedef struct ARC_Config ARC_Config;
|
||||
void ARC_MathConfig_Init(ARC_Config *config);
|
||||
|
||||
uint8_t ARC_Point_Read (ARC_Config *config, ARC_String *string, void **value);
|
||||
uint8_t ARC_Rect_Read (ARC_Config *config, ARC_String *string, void **value);
|
||||
uint8_t ARC_RectArray_Read(ARC_Config *config, ARC_String *string, void **value);
|
||||
|
||||
void ARC_Point_Delete (ARC_Config *config, ARC_String *string, void *value);
|
||||
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_MathConfig_Init(ARC_Config *config);
|
||||
//
|
||||
//uint8_t ARC_Point_Read (ARC_Config *config, ARC_String *string, void **value);
|
||||
//uint8_t ARC_Rect_Read (ARC_Config *config, ARC_String *string, void **value);
|
||||
//uint8_t ARC_RectArray_Read(ARC_Config *config, ARC_String *string, void **value);
|
||||
//
|
||||
//void ARC_Point_Delete (ARC_Config *config, ARC_String *string, void *value);
|
||||
//void ARC_Rect_Delete (ARC_Config *config, ARC_String *string, void *value);
|
||||
//void ARC_RectArray_Delete(ARC_Config *config, ARC_String *string, void *value);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ void ARC_Config_AddKey(ARC_Config *config, ARC_String *type, ARC_ConfigKeyRead k
|
|||
* @param keyRead function for reading/creating key from string
|
||||
* @param keyDelete function for deleting stored key
|
||||
*/
|
||||
void ARC_Config_AddKeyCString(ARC_Config *config, const char *type, uint64_t length, ARC_ConfigKeyRead keyRead, ARC_ConfigKeyDelete keyDelete);
|
||||
//void ARC_Config_AddKeyCString(ARC_Config *config, const char *type, uint64_t length, ARC_ConfigKeyRead keyRead, ARC_ConfigKeyDelete keyDelete);
|
||||
|
||||
/**
|
||||
* @brief external callback to add keys to config
|
||||
|
|
@ -99,7 +99,7 @@ void ARC_Config_SetGroup(ARC_Config *config, ARC_String *groupname);
|
|||
* @param keyname name of key to get from config
|
||||
* @param value data retrieved from config
|
||||
*/
|
||||
void ARC_Config_Get(ARC_Config *config, ARC_String *keyname, void **value);
|
||||
//void ARC_Config_Get(ARC_Config *config, ARC_String *keyname, void **value);
|
||||
|
||||
/**
|
||||
* @brief commands that can be used in ARC_Config_FileIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue