mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-28 23:06:04 +03: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
|