mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -114,6 +114,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 000005A4-000005AC .text Mthd_IsDelete__Q28daKomore24@unnamed@d_a_komore_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user