Added config files

This commit is contained in:
2017-12-13 19:11:31 +01:00
parent eac1c224c1
commit edde2c0aec
6 changed files with 94 additions and 7 deletions

12
config.h Normal file
View File

@@ -0,0 +1,12 @@
typedef struct {
char *beep;
char *path[50];
char *key[50];
} sounds;
void cfginit(void);
void cfgdestroy(void);
void cfgreinit(void);
const char *lookupSounds(char input);