1 2 3 4 5 6 7 8
#ifndef YAPSSG_LUA_LOGGER_H #define YAPSSG_LUA_LOGGER_H #include <lua.h> void lua_logger_register(lua_State *lua); #endif