From d47ee0ab88aad3fa6d8274a7fc05d7dca763a88a Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 2 Sep 2025 15:25:01 -0400 Subject: Add empty placeholders to fix HIO funcs missing when linking debug version --- src/d/actor/d_a_gy_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/actor/d_a_gy_ctrl.cpp') diff --git a/src/d/actor/d_a_gy_ctrl.cpp b/src/d/actor/d_a_gy_ctrl.cpp index fa081179..5cb550d8 100644 --- a/src/d/actor/d_a_gy_ctrl.cpp +++ b/src/d/actor/d_a_gy_ctrl.cpp @@ -25,7 +25,7 @@ public: daGy_Ctrl_HIO_c(); virtual ~daGy_Ctrl_HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ u8 m04; -- cgit v1.2.3