comparison config.h @ 764:bb60259e8edf

Initial work on ROM database
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Jul 2015 19:19:06 -0700
parents 6fc71114d145
children 46bb673eed4e
comparison
equal deleted inserted replaced
762:206c449eaa81 764:bb60259e8edf
5 */ 5 */
6 #ifndef CONFIG_H_ 6 #ifndef CONFIG_H_
7 #define CONFIG_H_ 7 #define CONFIG_H_
8 #include "tern.h" 8 #include "tern.h"
9 9
10 tern_node * parse_config_file(char * config_path);
10 tern_node * load_config(); 11 tern_node * load_config();
11 12
12 #endif //CONFIG_H_ 13 #endif //CONFIG_H_
13 14