forked from cafeberry/4JLibs
feat: Durango Lib parity + remove stubs
This commit is contained in:
@@ -2,12 +2,20 @@
|
||||
|
||||
CProfile InternalProfileManager;
|
||||
|
||||
CProfile::CProfile()
|
||||
{
|
||||
m_LockedProfile = 0;
|
||||
}
|
||||
|
||||
int CProfile::GetLockedProfile()
|
||||
{
|
||||
return 0;
|
||||
return m_LockedProfile;
|
||||
}
|
||||
|
||||
void CProfile::SetLockedProfile(int iProf)
|
||||
{
|
||||
;
|
||||
if(m_LockedProfile != iProf)
|
||||
{
|
||||
m_LockedProfile = iProf;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user