#ifndef MUXER_H #define MUXER_H void initMuxer(); void destroyMuxer(); void playSound(const char* filename); #endif