Fix server binary name for CRC lookups.

This commit is contained in:
Nick Hastings
2021-11-01 13:04:23 -04:00
committed by Nicholas Hastings
parent 9a6866d14a
commit f229badbfc
4 changed files with 13 additions and 4 deletions
+2
View File
@@ -115,6 +115,8 @@ public:
virtual void ConsolePrint(const char *fmt, ...) = 0;
virtual void ConsolePrintVa(const char *fmt, va_list ap) = 0;
virtual void FormatSourceBinaryName(const char *basename, char *buffer, size_t maxlength) = 0;
// Game engine helper functions.
virtual bool IsClientConVarQueryingSupported() = 0;
virtual int QueryClientConVar(int client, const char *cvar) = 0;