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