#ifndef UI_FRAME_SCRIPT_INTERNAL_HPP #define UI_FRAME_SCRIPT_INTERNAL_HPP #include "util/Lua.hpp" namespace FrameScriptInternal { extern luaL_Reg extra_funcs[31]; } #endif