Switch impl progress

This commit is contained in:
Wojtek Figat
2021-03-09 19:18:40 +01:00
parent f82117c6fb
commit e09f4eb6dc
4 changed files with 9 additions and 5 deletions

View File

@@ -420,6 +420,11 @@ ScreenOrientationType PlatformBase::GetScreenOrientationType()
return ScreenOrientationType::Unknown;
}
bool PlatformBase::GetIsPaused()
{
return false;
}
void PlatformBase::CreateGuid(Guid& result)
{
static uint16 guidCounter = 0;