t7x/src/client/component/getinfo.hpp
BrentVL-1952840 c7c10051fc Include more data in console title
Console title contains the following data:
- Server name
- Current map name
- Total players on server / max players (bots)
2023-02-17 20:45:19 +01:00

9 lines
112 B
C++

#pragma once
namespace getinfo
{
int get_max_client_count();
int get_client_count();
int get_bot_count();
}