C と lua の連携方法メモ
初期化 init.cpp lua_State* l = luaL_newstate(); // lua context 取得 luaL_openlibs(l); //...
39
31
Comment3
1 search resultsShowing 1~1 results
You need to log-in
初期化 init.cpp lua_State* l = luaL_newstate(); // lua context 取得 luaL_openlibs(l); //...
1 search resultsShowing 1~1 results
Qiita is a knowledge sharing service for engineers.