feat: username.txt support
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
#include "PRO_Main.h"
|
||||
|
||||
CProfile InternalProfileManager;
|
||||
CProfile InternalProfileManager;
|
||||
|
||||
int CProfile::GetLockedProfile()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void CProfile::SetLockedProfile(int iProf)
|
||||
{
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user