feat: username.txt support

This commit is contained in:
2026-09-10 22:05:36 -04:00
parent a6895e1fda
commit f2d81a0bc6
6 changed files with 67 additions and 5 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
#include "PRO_Main.h"
CProfile InternalProfileManager;
CProfile InternalProfileManager;
int CProfile::GetLockedProfile()
{
return 0;
}
void CProfile::SetLockedProfile(int iProf)
{
;
}