#ifndef MOSSROSE_LOAD_H #define MOSSROSE_LOAD_H #include "mossrose.h" struct mossrose_sound_t * load_wav(const char *filename); #endif