mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Allocator refactor
This commit is contained in:
@@ -10,6 +10,7 @@ struct IGpFiber;
|
||||
struct IGpVOSEventQueue;
|
||||
struct IGpLogDriver;
|
||||
struct IGpSystemServices;
|
||||
struct IGpAllocator;
|
||||
|
||||
struct GpDisplayDriverProperties
|
||||
{
|
||||
@@ -43,4 +44,5 @@ struct GpDisplayDriverProperties
|
||||
IGpVOSEventQueue *m_eventQueue;
|
||||
IGpLogDriver *m_logger;
|
||||
IGpSystemServices *m_systemServices;
|
||||
IGpAllocator *m_alloc;
|
||||
};
|
||||
|
Reference in New Issue
Block a user