Files
csoundbox/config.h
2017-12-13 19:11:31 +01:00

13 lines
188 B
C

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);