fix: profile decls

This commit is contained in:
2026-09-14 20:36:48 -07:00
parent c772bf3a81
commit 24d301c607
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -488,7 +488,6 @@ wstring C_4JProfile::GetDisplayName(int iPad){ return L"PlayerName"; }
void C_4JProfile::SetSignInChangeCallback(void ( *Func)(LPVOID, bool, unsigned int),LPVOID lpParam) {}
void C_4JProfile::SetNotificationsCallback(void ( *Func)(LPVOID, DWORD, unsigned int),LPVOID lpParam) {}
bool C_4JProfile::RegionIsNorthAmerica(void) { return false; }
bool C_4JProfile::LocaleIsUSorCanada(void) { return false; }
void C_4JProfile::SetProfileReadErrorCallback(void ( *Func)(LPVOID), LPVOID lpParam) {}
int( *defaultOptionsCallback)(LPVOID,C_4JProfile::PROFILESETTINGS *, const int iPad) = NULL;
LPVOID lpProfileParam = NULL;