Home
last modified time | relevance | path

Searched defs:lua_pushbooleancpp (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/script/
H A Dluabindhelper.h42 #define lua_pushbooleancpp(L, b) (lua_pushboolean(L, b ? 1 : 0)) macro
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/script/
H A Dluabindhelper.h42 #define lua_pushbooleancpp(L, b) (lua_pushboolean(L, b ? 1 : 0)) macro