mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Level editor work
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "PLApplication.h"
|
||||
#include "PLCore.h"
|
||||
#include "PLCore.h"
|
||||
#include "HostSystemServices.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
@@ -18,6 +19,6 @@ namespace PortabilityLayer
|
||||
}
|
||||
|
||||
void SysBeep(int duration)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
{
|
||||
PortabilityLayer::HostSystemServices::GetInstance()->Beep();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user