tint2/src/tint2conf/properties_rw.h

12 lines
140 B
C
Raw Normal View History

#ifndef PROPERTIES_RW
#define PROPERTIES_RW
void config_read_file (const char *path);
void config_save_file(const char *path);
#endif