prime/include/Kyoto/Graphics/CMoviePlayer.hpp

12 lines
156 B
C++
Raw Normal View History

2022-10-31 16:19:28 +00:00
#ifndef _CMOVIEPLAYER
#define _CMOVIEPLAYER
#include "types.h"
class CMoviePlayer {
public:
static void SetSfxVolume(uchar);
};
#endif // _CMOVIEPLAYER