thunderbrew/src/ui/FrameScriptInternal.hpp
2023-01-02 13:17:18 -06:00

11 lines
179 B
C++

#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