Home
last modified time | relevance | path

Searched refs:luaopen_eventcompat (Results 1 – 3 of 3) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/luascripts/
H A Deventcompat.lua.cpp8 void luaopen_eventcompat(lua_State *l) in luaopen_eventcompat() function
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaScriptHelper.h37 void luaopen_eventcompat(lua_State *l);
H A DLuaScriptInterface.cpp364 luaopen_eventcompat(l); in LuaScriptInterface()