Refactor to use FlowBox instead of ListBox to allow setting the box orientation

This commit is contained in:
Incin
2019-08-28 20:33:08 -06:00
parent 76d77a43ec
commit e84ebfc943
3 changed files with 51 additions and 15 deletions

View File

@@ -21,10 +21,14 @@
#include <map.h>
#include <utils.h>
#include <stdint.h>
#include <stdarg.h>
#include <stdio.h>
void config_load(struct map* map, const char* config);
char* config_get(struct map* config, const char* key, char* def_opt);
uint8_t config_get_mnemonic(struct map* config, const char* key, char* def_opt, uint8_t num_choices, ...);
#endif