摘要:
#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) ... 阅读全文
摘要:
//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;... 阅读全文