mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-28 06:46:03 +03:00
9 lines
196 B
C++
9 lines
196 B
C++
#include "ui/ScriptFunctions.hpp"
|
|
#include "util/Lua.hpp"
|
|
#include "util/Unimplemented.hpp"
|
|
#include <cstdint>
|
|
|
|
int32_t Script_GetAccountExpansionLevel(lua_State* L) {
|
|
WHOA_UNIMPLEMENTED();
|
|
}
|