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, 0 insertions, 22 deletions
diff --git a/Source/Asura.Engine/Graphics/ParticleSystem.h b/Source/Asura.Engine/Graphics/ParticleSystem.h
deleted file mode 100644
index 078427a..0000000
--- a/Source/Asura.Engine/Graphics/ParticleSystem.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#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