mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-01-30 19:42:51 +03:00
9 lines
197 B
C++
9 lines
197 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(0);
|
|
}
|