mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Code cleanup, move a lot of "Host" APIs to GpCommon
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "IGpSystemServices.h"
|
||||
|
||||
#include "PLApplication.h"
|
||||
#include "PLCore.h"
|
||||
#include "HostSystemServices.h"
|
||||
#include "PLDrivers.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
@@ -20,5 +22,5 @@ namespace PortabilityLayer
|
||||
|
||||
void SysBeep(int duration)
|
||||
{
|
||||
PortabilityLayer::HostSystemServices::GetInstance()->Beep();
|
||||
PLDrivers::GetSystemServices()->Beep();
|
||||
}
|
||||
|
Reference in New Issue
Block a user