mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
8
src/ui/ScriptFunctionsShared.cpp
Normal file
8
src/ui/ScriptFunctionsShared.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "ui/ScriptFunctions.hpp"
|
||||
#include "util/Lua.hpp"
|
||||
#include "util/Unimplemented.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
int32_t Script_GetAccountExpansionLevel(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue