mirror of https://github.com/PrimeDecomp/prime.git
CParticleGen has a destructor
This commit is contained in:
parent
4b593647d6
commit
e6cec60cc0
|
@ -6,6 +6,7 @@
|
||||||
#include "Kyoto/Math/CAABox.hpp"
|
#include "Kyoto/Math/CAABox.hpp"
|
||||||
#include "Kyoto/Math/CTransform4f.hpp"
|
#include "Kyoto/Math/CTransform4f.hpp"
|
||||||
#include "Kyoto/Math/CVector3f.hpp"
|
#include "Kyoto/Math/CVector3f.hpp"
|
||||||
|
#include "Kyoto/Particles/CWarp.hpp"
|
||||||
|
|
||||||
#include "rstl/list.hpp"
|
#include "rstl/list.hpp"
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ class CWarp;
|
||||||
|
|
||||||
class CParticleGen {
|
class CParticleGen {
|
||||||
public:
|
public:
|
||||||
virtual ~CParticleGen() = 0;
|
virtual ~CParticleGen() {};
|
||||||
virtual void Update(double) = 0;
|
virtual void Update(double) = 0;
|
||||||
virtual void Render() const = 0;
|
virtual void Render() const = 0;
|
||||||
virtual void SetOrientation(const CTransform4f& orientation) = 0;
|
virtual void SetOrientation(const CTransform4f& orientation) = 0;
|
||||||
|
|
Loading…
Reference in New Issue