prime/include/Kyoto/Graphics/CMoviePlayer.hpp
Henrique Gemignani Passos Lima a516acdf8f Add CGameOptions
Former-commit-id: fb422bead34e9c8ff637036857a3910e3a692e38
2022-10-31 18:19:47 +02:00

12 lines
156 B
C++

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