#define SOL_ALL_SAFETIES_ON 1 #include <sol/sol.hpp> #include <iostream> int use_sol2(lua_State* L) { sol::state_view lua(L); lua.script("print('bark bark ...
確定! 回上一頁