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 IGpLogDriver;
|
||||
struct IGpSystemServices;
|
||||
struct IGpAllocator;
|
||||
|
||||
struct GpGlobalConfig
|
||||
{
|
||||
@@ -22,6 +23,7 @@ struct GpGlobalConfig
|
||||
|
||||
IGpLogDriver *m_logger;
|
||||
IGpSystemServices *m_systemServices;
|
||||
IGpAllocator *m_allocator;
|
||||
void *m_osGlobals;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user