mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
8 lines
196 B
C++
8 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();
|
|
}
|