aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/graphics/je_lua_particle_system.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-06 20:04:05 +0800
committerchai <chaifix@163.com>2018-12-06 20:04:05 +0800
commit37f1d11f9e1f7b9f336b509f3afb6dd61bb5ffee (patch)
tree23085471a30b4756923aba6b907832e5d5271845 /src/lua/modules/graphics/je_lua_particle_system.h
parent0085588ebb89f8655081c98efcb3b988f4be1d76 (diff)
*misc
Diffstat (limited to 'src/lua/modules/graphics/je_lua_particle_system.h')
-rw-r--r--src/lua/modules/graphics/je_lua_particle_system.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lua/modules/graphics/je_lua_particle_system.h b/src/lua/modules/graphics/je_lua_particle_system.h
index e69de29..b75b569 100644
--- a/src/lua/modules/graphics/je_lua_particle_system.h
+++ b/src/lua/modules/graphics/je_lua_particle_system.h
@@ -0,0 +1,21 @@
+#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