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