mirror of https://github.com/PrimeDecomp/prime.git
12 lines
156 B
C++
12 lines
156 B
C++
|
#ifndef _CMOVIEPLAYER
|
||
|
#define _CMOVIEPLAYER
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CMoviePlayer {
|
||
|
public:
|
||
|
static void SetSfxVolume(uchar);
|
||
|
};
|
||
|
|
||
|
#endif // _CMOVIEPLAYER
|