Silence unused param warnings for IsDelete functions

This commit is contained in:
LagoLunatic
2026-08-16 12:20:21 -04:00
parent 150819d7ed
commit 2d094c263e
123 changed files with 241 additions and 118 deletions
+1
View File
@@ -343,6 +343,7 @@ static BOOL Mthd_Draw(void* i_this) {
/* 00000C60-00000C68 .text Mthd_IsDelete__Q210daObjPaper27@unnamed@d_a_obj_paper_cpp@FPv */
static BOOL Mthd_IsDelete(void* i_this) {
UNUSED(i_this);
return TRUE;
}