From 6c8788ed76e1ead173fdeb51caaa43d538fcfe21 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 27 Jan 2019 01:26:36 +0800 Subject: *misc --- Source/Asura.Engine/Graphics/ParticleSystem.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Source/Asura.Engine/Graphics/ParticleSystem.h (limited to 'Source/Asura.Engine/Graphics/ParticleSystem.h') 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 -- cgit v1.1-26-g67d0