mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Resource factories now provided with self-ref
This commit is contained in:
@@ -14,7 +14,8 @@ public:
|
||||
std::vector<SObjectTag> GetObjectTagVector() const { return x0_objectTags; }
|
||||
};
|
||||
|
||||
CFactoryFnReturn FDependencyGroupFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& param);
|
||||
CFactoryFnReturn FDependencyGroupFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& param,
|
||||
CObjectReference* selfRef);
|
||||
}
|
||||
|
||||
#endif // CDEPENDENCYGROUP_HPP
|
||||
|
||||
Reference in New Issue
Block a user