aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/modules/graphics/l_particle_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin-lua/modules/graphics/l_particle_system.h')
-rw-r--r--src/libjin-lua/modules/graphics/l_particle_system.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/libjin-lua/modules/graphics/l_particle_system.h b/src/libjin-lua/modules/graphics/l_particle_system.h
index b75b569..fb0616d 100644
--- a/src/libjin-lua/modules/graphics/l_particle_system.h
+++ b/src/libjin-lua/modules/graphics/l_particle_system.h
@@ -3,19 +3,19 @@
namespace JinEngine
{
- namespace Lua
- {
+ namespace Lua
+ {
- enum class ParticleSystemDependency
- {
- DEP_SPRITES = 1,
- };
+ enum class ParticleSystemDependency
+ {
+ DEP_SPRITES = 1,
+ };
- extern const char* Jin_Lua_ParticleSystem;
+ extern const char* Jin_Lua_ParticleSystem;
- void luaopen_ParticleSystem(lua_State* L);
+ void luaopen_ParticleSystem(lua_State* L);
- }
+ }
}
#endif \ No newline at end of file