diff options
Diffstat (limited to 'bot/src/config.hpp')
| -rw-r--r-- | bot/src/config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/config.hpp b/bot/src/config.hpp index db73f9a..11493d7 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -53,6 +53,8 @@ namespace bot { OwnerConfiguration owner; UrlConfiguration url; TokenConfiguration tokens; + + sol::table as_lua_table(std::shared_ptr<sol::state> luaState) const; }; std::optional<Configuration> parse_configuration_from_file( |
