mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement MxDisplaySurface::VTable0x34 (#1264)
* Implement MxDisplaySurface::VTable0x34 * Match * Remove function count since we got them all * Update README.md * Remove emphasis on work-in-progress --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:

committed by
GitHub

parent
5ffa91d5fd
commit
938a5d7f19
@@ -66,13 +66,13 @@ public:
|
||||
MxS32 p_height,
|
||||
MxBool p_RLE
|
||||
); // vtable+0x30
|
||||
virtual undefined4 VTable0x34(
|
||||
undefined4,
|
||||
undefined4,
|
||||
undefined4,
|
||||
undefined4,
|
||||
undefined4,
|
||||
undefined4
|
||||
virtual void VTable0x34(
|
||||
MxU8* p_pixels,
|
||||
MxS32 p_bpp,
|
||||
MxS32 p_width,
|
||||
MxS32 p_height,
|
||||
MxS32 p_x,
|
||||
MxS32 p_y
|
||||
); // vtable+0x34
|
||||
virtual void Display(
|
||||
MxS32 p_left,
|
||||
|
Reference in New Issue
Block a user