mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-02-09 14:00:04 +00:00
Move event buffers to Monitor
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user