mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
10 lines
186 B
C++
10 lines
186 B
C++
#ifndef UI_SCRIPT_FUNCTIONS_SHARED_HPP
|
|
#define UI_SCRIPT_FUNCTIONS_SHARED_HPP
|
|
|
|
#include "util/Lua.hpp"
|
|
#include <cstdint>
|
|
|
|
int32_t Script_GetAccountExpansionLevel(lua_State* L);
|
|
|
|
#endif
|