some helper functions added

-
This commit is contained in:
Jadis0x
2024-04-14 22:28:12 +03:00
parent db2dc7b321
commit aefdecc823
6 changed files with 59 additions and 3 deletions

View File

@@ -7,4 +7,5 @@
namespace Misc {
void SetRank(int rank);
void SetSteamName(std::string& name);
void ForceStart();
}