mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 20:12:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
10
src/ui/FrameScriptInternal.hpp
Normal file
10
src/ui/FrameScriptInternal.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue