From c816dd1d0c90018e541528eb952c225b0cc96f78 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 19 Jan 2024 07:49:21 -0500 Subject: [PATCH] Add missing vtable annotations --- LEGO1/omni/include/mxbitmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/omni/include/mxbitmap.h b/LEGO1/omni/include/mxbitmap.h index 0fb6dce3..f17ddb4b 100644 --- a/LEGO1/omni/include/mxbitmap.h +++ b/LEGO1/omni/include/mxbitmap.h @@ -44,7 +44,7 @@ class MxBitmap : public MxCore { __declspec(dllexport) virtual MxLong Read(const char* p_filename); // vtable+24 // FUNCTION: LEGO1 0x1004e0d0 - virtual int VTable0x28(int) { return -1; }; + virtual int VTable0x28(int) { return -1; }; // vtable+28 virtual void BitBlt( MxBitmap* p_src, @@ -54,7 +54,7 @@ class MxBitmap : public MxCore { MxS32 p_bottom, MxS32 p_width, MxS32 p_height - ); + ); // vtable+2c virtual void BitBltTransparent( MxBitmap* p_src, MxS32 p_left, @@ -63,7 +63,7 @@ class MxBitmap : public MxCore { MxS32 p_bottom, MxS32 p_width, MxS32 p_height - ); + ); // vtable+30 __declspec(dllexport) virtual MxPalette* CreatePalette(); // vtable+34 virtual void ImportPalette(MxPalette* p_palette); // vtable+38 virtual MxResult SetBitDepth(MxBool); // vtable+3c