#ifndef _WALLS_CONF_H_ #define _WALLS_CONF_H_ #include void conf_open(); void conf_close(); gint conf_get_int(const gchar*, const gchar*, gint); extern GKeyFile *keyfile; #endif