From 66375efc2b5067dd2902be38906de2e2a6cddeae Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 9 Apr 2025 02:02:43 +0400 Subject: feat: net functions --- bot/src/commands/lua.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/commands/lua.hpp') 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 state, const Request &request, const InstanceBundle &bundle); + void add_net_library(std::shared_ptr state); void add_base_libraries(std::shared_ptr state); } -- cgit v1.2.3