mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Allocator refactor
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
|
||||
struct IGpAudioDriver;
|
||||
struct IGpVOSEventQueue;
|
||||
struct IGpAllocator;
|
||||
|
||||
struct GpInputDriverProperties
|
||||
{
|
||||
EGpInputDriverType m_type;
|
||||
|
||||
IGpVOSEventQueue *m_eventQueue;
|
||||
IGpAllocator *m_alloc;
|
||||
};
|
||||
|
Reference in New Issue
Block a user