mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
10 lines
179 B
C++
10 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
|