mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Aux-info resource sharing; some rigging stubs
This commit is contained in:
@@ -13,6 +13,7 @@ class CObjectReference;
|
||||
|
||||
class CSimplePool : public IObjectStore
|
||||
{
|
||||
protected:
|
||||
std::list<std::pair<SObjectTag, CObjectReference*>> x4_resources;
|
||||
//std::unordered_map<SObjectTag, CObjectReference*> x4_resources;
|
||||
IFactory& x30_factory;
|
||||
|
||||
Reference in New Issue
Block a user