Implement MxDisplaySurface::VTable0x2c (#1262)

* Implement MxDisplaySurface::VTable0x2c

* fix header namespace

* Incorporate improvements from @madebr branch

* Naming

* Naming

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com>
This commit is contained in:
Joshua Peisach
2024-12-23 10:17:36 -05:00
committed by GitHub
parent 1f582eb610
commit 48c327ca5a
3 changed files with 92 additions and 26 deletions

View File

@@ -45,16 +45,16 @@ public:
MxS32 p_width,
MxS32 p_height
); // vtable+0x28
virtual MxBool VTable0x2c(
LPDDSURFACEDESC,
MxBitmap*,
undefined4,
undefined4,
undefined4,
undefined4,
undefined4,
undefined4,
MxBool
virtual void VTable0x2c(
LPDDSURFACEDESC p_desc,
MxBitmap* p_bitmap,
MxS32 p_left,
MxS32 p_top,
MxS32 p_right,
MxS32 p_bottom,
MxS32 p_width,
MxS32 p_height,
MxBool p_RLE
); // vtable+0x2c
virtual void VTable0x30(
MxBitmap* p_bitmap,
@@ -64,7 +64,7 @@ public:
MxS32 p_bottom,
MxS32 p_width,
MxS32 p_height,
MxBool p_und
MxBool p_RLE
); // vtable+0x30
virtual undefined4 VTable0x34(
undefined4,