mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
All MP1 element decls in
This commit is contained in:
@@ -1,13 +1,28 @@
|
||||
#ifndef __RETRO_CEMITTERELEMENT_HPP__
|
||||
#define __RETRO_CEMITTERELEMENT_HPP__
|
||||
|
||||
#include "IElement.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CEmitterElement
|
||||
class CEmitterElement : public IElement
|
||||
{
|
||||
};
|
||||
|
||||
class CEESimpleEmitter : public CEmitterElement
|
||||
{
|
||||
};
|
||||
|
||||
class CVESphere : public CEmitterElement
|
||||
{
|
||||
};
|
||||
|
||||
class CVEAngularSphere : public CEmitterElement
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CEMITTERELEMENT_HPP__
|
||||
|
||||
Reference in New Issue
Block a user