aboutsummaryrefslogtreecommitdiff
path: root/src/survive_config.h
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-03-06 22:05:02 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-03-06 22:05:02 -0500
commit0ebe84be5824202aecfd87ac58005afa76b36be9 (patch)
tree4590bd233e8d7e205d69d7d7abbd71e6fac502b2 /src/survive_config.h
parent19d18fef008792e8918d4ded2dd7fa015bb2fedb (diff)
downloadlibsurvive-0ebe84be5824202aecfd87ac58005afa76b36be9.tar.gz
libsurvive-0ebe84be5824202aecfd87ac58005afa76b36be9.tar.bz2
Load strings from config files.
I need to finish the loading of numeric values and arrays.
Diffstat (limited to 'src/survive_config.h')
-rw-r--r--src/survive_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/survive_config.h b/src/survive_config.h
index 14e2fc6..2610e2e 100644
--- a/src/survive_config.h
+++ b/src/survive_config.h
@@ -37,7 +37,8 @@ extern config_group lh_config[2]; //lighthouse configs
void config_init();
-void config_open(const char* path, const char* mode);
+//void config_open(const char* path, const char* mode);
+void config_read(const char* path);
void config_close();
//void config_write_lighthouse(struct BaseStationData* bsd, uint8_t length);
void config_set_lighthouse(struct BaseStationData* bsd, uint8_t idx);