diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/ParticleSystem.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/ParticleSystem.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Graphics/ParticleSystem.h b/Source/Asura.Engine/Graphics/ParticleSystem.h new file mode 100644 index 0000000..078427a --- /dev/null +++ b/Source/Asura.Engine/Graphics/ParticleSystem.h @@ -0,0 +1,22 @@ +#ifndef __AE_PARTICLESYSTEM_H__ +#define __AE_PARTICLESYSTEM_H__ + +#include "Component.h" + +namespace AsuraEngine +{ + namespace Graphics + { + + /// + /// ϵͳ + /// + class ParticleSystem final : public Component + { + + }; + + } +} + +#endif
\ No newline at end of file |