diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ tern_node * parse_config_file(char * config_path); tern_node * load_config(); +#ifdef __ANDROID__ +tern_node * parse_config_file_assets(char *config_path); +#endif #endif //CONFIG_H_ |