summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-08 22:03:34 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-08 22:03:34 -0800
commit7d6031ae997cfd08b51e687cc68d11d572b23bf7 (patch)
tree171a5092126e95f3ccd17a8a2c0c98434b7a7e7e /config.h
parent9fed70ee51604f4bdf49dfebad4658c5cc2bfdd1 (diff)
Make menu stuff work on Android (theoretically)
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.h b/config.h
index 8ae1fe3..c24037e 100644
--- a/config.h
+++ b/config.h
@@ -7,11 +7,9 @@
#define CONFIG_H_
#include "tern.h"
-tern_node * parse_config_file(char * config_path);
-tern_node * load_config();
-#ifdef __ANDROID__
-tern_node * parse_config_file_assets(char *config_path);
-#endif
+tern_node *parse_config_file(char *config_path);
+tern_node *parse_bundled_config(char *config_name);
+tern_node *load_config();
#endif //CONFIG_H_