2020-12-02 09:00:11 +00:00
|
|
|
#pragma once
|
|
|
|
|
2021-03-17 19:07:40 +00:00
|
|
|
#include "core/Core.hpp"
|
2020-12-02 09:00:11 +00:00
|
|
|
|
|
|
|
namespace Monitor {
|
2020-12-06 00:44:37 +00:00
|
|
|
SOCKET init();
|
|
|
|
bool acceptConnection(SOCKET, uint16_t);
|
2020-12-02 09:00:11 +00:00
|
|
|
};
|