From 37f1d11f9e1f7b9f336b509f3afb6dd61bb5ffee Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Dec 2018 20:04:05 +0800 Subject: *misc --- src/lua/modules/graphics/je_lua_particle_system.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/lua/modules/graphics/je_lua_particle_system.h') 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 -- cgit v1.1-26-g67d0