mirror of
https://github.com/alterware/master-server.git
synced 2026-06-06 01:42:33 +00:00
init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "client.hpp"
|
||||
#include "network_list.hpp"
|
||||
|
||||
class client_list : public network_list<client, 0>
|
||||
{
|
||||
public:
|
||||
bool find_client(uint64_t guid, const access_func& accessor);
|
||||
bool find_client(uint64_t guid, const const_access_func& accessor) const;
|
||||
|
||||
using network_list::insert;
|
||||
};
|
||||
Reference in New Issue
Block a user