t7x/src/client/component/console.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

7 lines
79 B
C++

#pragma once
namespace console
{
void set_title(const std::string& title);
}