diff config.h @ 2438:bed4d3db8a3f

More flexible loading of Pico storyware assets
author Michael Pavone <pavone@retrodev.com>
date Sun, 11 Feb 2024 11:04:39 -0800
parents 193b804c9845
children 2972a8e16ed2
line wrap: on
line diff
--- a/config.h	Sat Feb 10 17:46:30 2024 -0800
+++ b/config.h	Sun Feb 11 11:04:39 2024 -0800
@@ -10,6 +10,7 @@
 
 tern_node *parse_config_file(char *config_path);
 tern_node *parse_bundled_config(char *config_name);
+tern_node *parse_config(char * config_data);
 tern_node *load_overrideable_config(char *name, char *bundled_name, uint8_t *used_config_dir);
 tern_node *load_config();
 char *serialize_config(tern_node *config, uint32_t *size_out);