摘要: #ifndef _LUA_WRAPPER_ #define _LUA_WRAPPER_ extern "C" { #include "lua.h" #include "lualib.h" #include "lauxlib.h" } #include #include #include static size_t Lua_GetSize(lua_State* L, int pos) ... 阅读全文
posted @ 2018-08-17 20:03 书山有路,学海无涯 阅读(324) 评论(0) 推荐(0) 编辑
摘要: //NetworkManager.h #ifndef _NET_WORK_MANAGER_ #define _NET_WORK_MANAGER_ #include "event2/util.h" #include "event_struct.h" #include struct event_base; struct evconnlistener; struct sockaddr_in;... 阅读全文
posted @ 2018-08-17 19:38 书山有路,学海无涯 阅读(235) 评论(0) 推荐(0) 编辑