mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add FreeType, progress to title screen
This commit is contained in:
16
PortabilityLayer/HostVOSEventQueue.cpp
Normal file
16
PortabilityLayer/HostVOSEventQueue.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "HostVOSEventQueue.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
void HostVOSEventQueue::SetInstance(HostVOSEventQueue *instance)
|
||||
{
|
||||
ms_instance = instance;
|
||||
}
|
||||
|
||||
HostVOSEventQueue *HostVOSEventQueue::GetInstance()
|
||||
{
|
||||
return ms_instance;
|
||||
}
|
||||
|
||||
HostVOSEventQueue *HostVOSEventQueue::ms_instance = nullptr;
|
||||
}
|
Reference in New Issue
Block a user