12 lines
140 B
C
12 lines
140 B
C
|
|
||
|
#ifndef PROPERTIES_RW
|
||
|
#define PROPERTIES_RW
|
||
|
|
||
|
|
||
|
void config_read_file (const char *path);
|
||
|
void config_save_file(const char *path);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|