mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 13:11:19 +00:00
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
|