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