mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
link fix
This commit is contained in:
@@ -13,6 +13,15 @@ public:
|
||||
CSimplePool(IFactory&)
|
||||
{
|
||||
}
|
||||
IObj& GetObj(const SObjectTag&, const CVParamTransfer&) {}
|
||||
IObj& GetObj(const SObjectTag&) {}
|
||||
IObj& GetObj(char const*) {}
|
||||
IObj& GetObj(char const*, const CVParamTransfer&) {}
|
||||
void HasObject(const SObjectTag&) const {}
|
||||
void ObjectIsLive(const SObjectTag&) const {}
|
||||
IFactory& GetFactory() const {}
|
||||
void Flush() {}
|
||||
void ObjectUnreferenced(const SObjectTag&) {}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user