mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Lots of stuff
This commit is contained in:
19
GpD3D/GpSystemServices_Win32.cpp
Normal file
19
GpD3D/GpSystemServices_Win32.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "GpSystemServices_Win32.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
GpSystemServices_Win32::GpSystemServices_Win32()
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t GpSystemServices_Win32::GetTime() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
GpSystemServices_Win32 *GpSystemServices_Win32::GetInstance()
|
||||
{
|
||||
return &ms_instance;
|
||||
}
|
||||
|
||||
GpSystemServices_Win32 GpSystemServices_Win32::ms_instance;
|
Reference in New Issue
Block a user