bot: added support for 25th anniversary hl-update structures

This commit is contained in:
jeefo 2023-11-25 23:40:43 +03:00
commit 87e3cc963a
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 15 additions and 1 deletions

View file

@ -196,6 +196,9 @@ public:
// checks whether software rendering is enabled
bool isSoftwareRenderer ();
// checks if this is 25th anniversary half-life update
bool is25thAnniversaryUpdate ();
// load the cs binary in non metamod mode
bool loadCSBinary ();