From 05e5e2d77ab8181ef72cbdb7e5d015ba3332d8f8 Mon Sep 17 00:00:00 2001 From: Ramen2X <64166386+Ramen2X@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:24:02 -0400 Subject: [PATCH] remove offset comment from mxomni.h --- LEGO1/mxomni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxomni.h b/LEGO1/mxomni.h index 2d868b4b..28e47124 100644 --- a/LEGO1/mxomni.h +++ b/LEGO1/mxomni.h @@ -92,6 +92,6 @@ __declspec(dllexport) MxNotificationManager * NotificationManager(); MxVideoManager * MVideoManager(); MxAtomIdCounterSet* AtomIdCounterSet(); -void SetAppCursor(WPARAM p_wparam); // OFFSET: LEGO 0x1003ef40 +void SetAppCursor(WPARAM p_wparam); #endif // MXOMNI_H