Remove Win32 callback types from UI helper scenes

This commit is contained in:
notmatthewbeshay
2026-03-10 22:45:16 +11:00
parent c50aa9c152
commit b9b2e51bc8
4 changed files with 7 additions and 7 deletions

View File

@@ -1729,7 +1729,7 @@ int UIScene_SkinSelectMenu::UnlockSkinReturned(void *pParam,int iPad,C4JStorage:
return 0;
}
int UIScene_SkinSelectMenu::RenableInput(LPVOID lpVoid, int, int)
int UIScene_SkinSelectMenu::RenableInput(void *lpVoid, int, int)
{
((UIScene_SkinSelectMenu*) lpVoid)->m_bIgnoreInput = false;
return 0;
@@ -1795,4 +1795,4 @@ void UIScene_SkinSelectMenu::HandleDLCLicenseChange()
// update the lock flag
handleSkinIndexChanged();
}
#endif
#endif