Text config file support
[hdmi-switcher.git] / config.h
1 #include "lib/inih/ini.h"
2
3 typedef struct
4 {
5 int credit_value;
6 // const char* name;
7 // const char* email;
8 } configuration;
9
10 int init_config(configuration *config);