mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 10:45:22 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -110,6 +110,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00000404-0000040C .text Mthd_IsDelete__Q210daObjTimer27@unnamed@d_a_obj_timer_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user