diff options
Diffstat (limited to 'src/libjin/Graphics/particle/je_particle.h')
-rw-r--r-- | src/libjin/Graphics/particle/je_particle.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libjin/Graphics/particle/je_particle.h b/src/libjin/Graphics/particle/je_particle.h new file mode 100644 index 0000000..2a5c54f --- /dev/null +++ b/src/libjin/Graphics/particle/je_particle.h @@ -0,0 +1,21 @@ +#ifndef __JE_PARTICLE_H +#define __JE_PARTICLE_H + +namespace JinEngine +{ + namespace Graphics + { + + /// + /// Single particle. + /// + class Particle + { + + + }; + + } // namespace Graphics +} // namespace JinEngine + +#endif
\ No newline at end of file |