mirror of
https://github.com/alterware/master-server.git
synced 2026-08-07 15:35:12 +00:00
init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "game_server.hpp"
|
||||
#include "network_list.hpp"
|
||||
|
||||
class server_list : public network_list<game_server, 30>
|
||||
{
|
||||
public:
|
||||
void find_registered_servers(game_type game, int protocol, const access_func& accessor);
|
||||
void find_registered_servers(game_type game, int protocol, const const_access_func& accessor) const;
|
||||
|
||||
void heartbeat(const network::address& address);
|
||||
};
|
||||
Reference in New Issue
Block a user