mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
MxVideoPresenter functions (#187)
* mxvideopresenter * Update mxvideopresenter.cpp * use inline getter for rectange width/height * Update mxvideopresenter.cpp * Match MxVideoPresenter::Destroy to ~88% --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "mxregion.h"
|
||||
#include "mxmediamanager.h"
|
||||
#include "mxvideoparam.h"
|
||||
#include "mxrect32.h"
|
||||
|
||||
// VTABLE 0x100dc810
|
||||
// SIZE 0x64
|
||||
@@ -29,6 +30,7 @@ public:
|
||||
|
||||
__declspec(dllexport) void InvalidateRect(MxRect32 &);
|
||||
__declspec(dllexport) virtual MxResult RealizePalette(MxPalette *); // vtable+0x30
|
||||
virtual void vtable0x34(MxU32 p_x, MxU32 p_y, MxU32 p_width, MxU32 p_height);
|
||||
|
||||
MxVideoManager();
|
||||
|
||||
|
Reference in New Issue
Block a user