Move event buffers to Monitor

This commit is contained in:
2025-01-02 17:39:16 -05:00
parent b4ed31d4fb
commit 6ff51685a8
6 changed files with 27 additions and 24 deletions

View File

@@ -3,6 +3,10 @@
#include "core/Core.hpp"
namespace Monitor {
extern std::vector<std::string> chats;
extern std::vector<std::string> bcasts;
extern std::vector<std::string> emails;
SOCKET init();
bool acceptConnection(SOCKET, uint16_t);
};