Program won't start up without a config

This commit is contained in:
2018-02-11 18:57:42 +01:00
parent 9ac911b882
commit aa0ca9db87
3 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ typedef struct {
char *key[50];
} sounds;
void cfginit(void);
int cfginit(void);
void cfgdestroy(void);
void cfgreinit(void);
const char *lookupSounds(char input);