prime/include/Kyoto/Graphics/CMoviePlayer.hpp

12 lines
156 B
C++

#ifndef _CMOVIEPLAYER
#define _CMOVIEPLAYER
#include "types.h"
class CMoviePlayer {
public:
static void SetSfxVolume(uchar);
};
#endif // _CMOVIEPLAYER