diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-02 19:19:06 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-02 19:19:06 -0700 |
commit | 8f0979a2c4db824e91ead3290d8088d97b20e189 (patch) | |
tree | f8f5045c229e52b7ac05ca06909be8559b4616bc /config.h | |
parent | 983959f838575b6af3e64be442a63647312fcc61 (diff) |
Initial work on ROM database
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #define CONFIG_H_ #include "tern.h" +tern_node * parse_config_file(char * config_path); tern_node * load_config(); #endif //CONFIG_H_ |