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:
17
PortabilityLayer/HostInputDriver.h
Normal file
17
PortabilityLayer/HostInputDriver.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "HostKeyID.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class HostInputDriver
|
||||
{
|
||||
public:
|
||||
|
||||
static HostInputDriver *GetInstance();
|
||||
static void SetInstance(HostInputDriver *instance);
|
||||
|
||||
private:
|
||||
static HostInputDriver *ms_instance;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user