摘要: 1 #include "lua.hpp" 2 3 #include 4 using namespace std; 5 6 #pragma comment(lib, "lua5.1.lib") 7 8 struct lua_guard{ 9 lua_State *pL;10 ... 阅读全文
posted @ 2015-04-26 21:50 老司机 阅读(14979) 评论(0) 推荐(1) 编辑