1 2 3 4 5 6 7 8 9 10
#ifndef LUA_BUILD #define LUA_BUILD #include <lua5.1/lua.h> #include <lua5.1/lauxlib.h> #include <lua5.1/lualib.h> bool lua_build(const char *path); #endif