diff options
Diffstat (limited to 'src/io/config.h')
-rw-r--r-- | src/io/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/io/config.h b/src/io/config.h new file mode 100644 index 0000000..7da7e98 --- /dev/null +++ b/src/io/config.h @@ -0,0 +1,5 @@ +#pragma once + +#include "map.h" + +bool load_config(const char* path, RecordMap* map); |