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