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