summary refs log tree commit diff stats
path: root/src/muxer.h
blob: 430104948f8bb7234152b007ea2d6b9d1bed6416 (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, float vol);

#endif