summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/ParticleSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Graphics/ParticleSystem.h')
-rw-r--r--Source/Asura.Engine/Graphics/ParticleSystem.h22
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