diff options
Diffstat (limited to 'Source/Asura/Graphics/ParticleSystem.h')
-rw-r--r-- | Source/Asura/Graphics/ParticleSystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Asura/Graphics/ParticleSystem.h b/Source/Asura/Graphics/ParticleSystem.h index 2c22608..078427a 100644 --- a/Source/Asura/Graphics/ParticleSystem.h +++ b/Source/Asura/Graphics/ParticleSystem.h @@ -8,6 +8,9 @@ namespace AsuraEngine namespace Graphics { + /// + /// ϵͳ + /// class ParticleSystem final : public Component { |