mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Menu work, move VOS queue interface
This commit is contained in:
11
GpCommon/IGpVOSEventQueue.h
Normal file
11
GpCommon/IGpVOSEventQueue.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
struct GpVOSEvent;
|
||||
|
||||
struct IGpVOSEventQueue
|
||||
{
|
||||
virtual const GpVOSEvent *GetNext() = 0;
|
||||
virtual void DischargeOne() = 0;
|
||||
|
||||
virtual GpVOSEvent *QueueEvent() = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user