mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 16:46:08 +00:00
CMoviePlayer progress
This commit is contained in:
@@ -1,20 +1,32 @@
|
||||
#ifndef _CMOVIEPLAYER
|
||||
#define _CMOVIEPLAYER
|
||||
|
||||
#include "Kyoto/CDvdFile.hpp"
|
||||
#include "types.h"
|
||||
|
||||
class CMoviePlayer {
|
||||
public:
|
||||
static void SetSfxVolume(uchar);
|
||||
static void SetSfxVolume(uchar);
|
||||
|
||||
CMoviePlayer(const char*, float, bool, bool);
|
||||
~CMoviePlayer();
|
||||
CMoviePlayer(const char*, float, bool, bool);
|
||||
~CMoviePlayer();
|
||||
|
||||
void Update(float);
|
||||
bool DrawVideo() const;
|
||||
void Update(float);
|
||||
bool DrawVideo() const;
|
||||
|
||||
private:
|
||||
char x0_pad[0x100];
|
||||
private:
|
||||
CDvdFile x0_movieFile;
|
||||
uint x84_;
|
||||
uint x88_;
|
||||
uint x8c_;
|
||||
uchar x90_;
|
||||
uint x94_;
|
||||
uint x98_;
|
||||
uint x9c_;
|
||||
uint xa0_;
|
||||
uint xa4_;
|
||||
uint xa8_;
|
||||
// char x0_pad[0x100];
|
||||
};
|
||||
|
||||
#endif // _CMOVIEPLAYER
|
||||
|
||||
Reference in New Issue
Block a user