diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-09 02:02:43 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-09 02:02:58 +0400 |
| commit | 66375efc2b5067dd2902be38906de2e2a6cddeae (patch) | |
| tree | ca73606c63633698907b54066d4c65afa8522720 /bot/src/commands/lua.hpp | |
| parent | e1e754cff8d04269ff9276f7c42c94c8cfe8b85a (diff) | |
feat: net functions
Diffstat (limited to 'bot/src/commands/lua.hpp')
| -rw-r--r-- | bot/src/commands/lua.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index 28071b6..9853b27 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -22,6 +22,7 @@ namespace bot::command::lua { void add_twitch_library(std::shared_ptr<sol::state> state, const Request &request, const InstanceBundle &bundle); + void add_net_library(std::shared_ptr<sol::state> state); void add_base_libraries(std::shared_ptr<sol::state> state); } |
