summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/ParticleSystem.h
blob: 078427ad9a73055619717ac71ec05e667a068fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __AE_PARTICLESYSTEM_H__
#define __AE_PARTICLESYSTEM_H__

#include "Component.h"

namespace AsuraEngine
{
    namespace Graphics
    {

        ///
        /// ϵͳ
        ///
        class ParticleSystem final : public Component
        {

        };

    }
}

#endif