t7x/src/client/component/getinfo.hpp
2023-04-07 14:25:56 +02:00

9 lines
106 B
C++

#pragma once
namespace getinfo
{
size_t get_client_count();
size_t get_bot_count();
bool is_host();
}