app_lua_sr.h

00001 
00024 #ifndef _APP_LUA_SR_H_
00025 #define _APP_LUA_SR_H_
00026 
00027 #include <lua.h>
00028 
00029 void lua_sr_core_openlibs(lua_State *L);
00030 
00031 #endif
00032