mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Lots of stuff
This commit is contained in:
15
PortabilityLayer/HostSuspendCallID.h
Normal file
15
PortabilityLayer/HostSuspendCallID.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#ifndef __PL_HOST_API_CALL_ID_H__
|
||||
#define __PL_HOST_API_CALL_ID_H__
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
enum HostSuspendCallID
|
||||
{
|
||||
HostSuspendCallID_Unknown,
|
||||
|
||||
HostSuspendCallID_Delay,
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user