1 2 3 4 5 6 7 8
#ifndef MUXER_H #define MUXER_H void initMuxer(); void destroyMuxer(); void playSound(const char* filename, float vol); #endif