mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
work
This commit is contained in:
@@ -9,10 +9,13 @@ namespace network
|
||||
{
|
||||
asio::io_context io_context;
|
||||
std::vector<std::shared_ptr<server>> servers;
|
||||
//std::shared_ptr<client> client;
|
||||
|
||||
public:
|
||||
manager();
|
||||
|
||||
void create_server();
|
||||
void connect();
|
||||
void poll();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user