mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Add some initial widget functionality (prefs partly working)
This commit is contained in:
8
PortabilityLayer/PLSysCalls.h
Normal file
8
PortabilityLayer/PLSysCalls.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace PLSysCalls
|
||||
{
|
||||
void Sleep(uint32_t ticks);
|
||||
}
|
Reference in New Issue
Block a user