13 lines
155 B
C++
13 lines
155 B
C++
#include "PRO_Main.h"
|
|
|
|
CProfile InternalProfileManager;
|
|
|
|
int CProfile::GetLockedProfile()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
void CProfile::SetLockedProfile(int iProf)
|
|
{
|
|
;
|
|
} |