diff options
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.c b/config.c new file mode 100644 index 0000000..11d82d8 --- /dev/null +++ b/config.c @@ -0,0 +1,12 @@ +#include "config.h" + +EZLiveConfig *ezlive_config; + + +void EZLiveConfig_init(EZLiveConfig *self) { + +} + +void EZLiveConfig_load(EZLiveConfig *self, const char *filename) { + +} |
