mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Allocator refactor
This commit is contained in:
@@ -16,6 +16,7 @@ namespace GpDriverIDs
|
||||
kSystemServices,
|
||||
kFont,
|
||||
kEventQueue,
|
||||
kAlloc,
|
||||
|
||||
kCount
|
||||
};
|
||||
@@ -54,6 +55,7 @@ GP_DEFINE_MULTI_DRIVER(kInput, IGpInputDriver);
|
||||
GP_DEFINE_DRIVER(kSystemServices, IGpSystemServices);
|
||||
GP_DEFINE_DRIVER(kFont, IGpFontHandler);
|
||||
GP_DEFINE_DRIVER(kEventQueue, IGpVOSEventQueue);
|
||||
GP_DEFINE_DRIVER(kAlloc, IGpAllocator);
|
||||
|
||||
struct GpDriverCollection
|
||||
{
|
||||
|
Reference in New Issue
Block a user