Mercurial > repos > blastem
comparison 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 |
comparison
equal
deleted
inserted
replaced
1533:78b7fc03c7c6 | 1541:f8ef74e7c800 |
---|---|
8 #include "tern.h" | 8 #include "tern.h" |
9 | 9 |
10 tern_node *parse_config_file(char *config_path); | 10 tern_node *parse_config_file(char *config_path); |
11 tern_node *parse_bundled_config(char *config_name); | 11 tern_node *parse_bundled_config(char *config_name); |
12 tern_node *load_config(); | 12 tern_node *load_config(); |
13 char *serialize_config(tern_node *config, uint32_t *size_out); | |
14 uint8_t serialize_config_file(tern_node *config, char *path); | |
15 void persist_config(tern_node *config); | |
16 char **get_extension_list(tern_node *config, uint32_t *num_exts_out); | |
13 | 17 |
14 #endif //CONFIG_H_ | 18 #endif //CONFIG_H_ |
15 | 19 |