summary refs log tree commit diff stats
path: root/src/muxer.h
blob: b0f537868f79215160ec05683cd37434f96182de (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef MUXER_H
#define MUXER_H

void initMuxer();
void destroyMuxer();
void playSound(const char* filename);

#endif