mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:07:42 +00:00
Reinstate particle viewer with self-cooking capability
This commit is contained in:
@@ -12,7 +12,7 @@ class IObj;
|
||||
class IFactory
|
||||
{
|
||||
public:
|
||||
virtual ~IFactory() {}
|
||||
virtual ~IFactory() = default;
|
||||
virtual std::unique_ptr<IObj> Build(const SObjectTag&, const CVParamTransfer&)=0;
|
||||
virtual void BuildAsync(const SObjectTag&, const CVParamTransfer&, IObj**)=0;
|
||||
virtual void CancelBuild(const SObjectTag&)=0;
|
||||
|
||||
Reference in New Issue
Block a user