mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 04:57:01 +00:00
Nearly all CParticleDataFactory implemented
This commit is contained in:
@@ -30,6 +30,7 @@ public:
|
||||
(new TObjOwnerDerivedFromIObj<T>(obj.release()));
|
||||
}
|
||||
~TObjOwnerDerivedFromIObj() {delete static_cast<T*>(m_objPtr);}
|
||||
T* GetObj() {return static_cast<T*>(m_objPtr);}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user