Mercurial > repos > blastem
diff config.h @ 1541:f8ef74e7c800
Merged nuklear_ui into default
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 25 Mar 2018 12:01:49 -0700 |
parents | 637fbc3b5063 |
children | 6ce36c3f250b |
line wrap: on
line diff
--- a/config.h Sat Mar 24 19:41:47 2018 -0700 +++ b/config.h Sun Mar 25 12:01:49 2018 -0700 @@ -10,6 +10,10 @@ tern_node *parse_config_file(char *config_path); tern_node *parse_bundled_config(char *config_name); tern_node *load_config(); +char *serialize_config(tern_node *config, uint32_t *size_out); +uint8_t serialize_config_file(tern_node *config, char *path); +void persist_config(tern_node *config); +char **get_extension_list(tern_node *config, uint32_t *num_exts_out); #endif //CONFIG_H_