1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update IServerGameDLL

This commit is contained in:
Nick Hastings 2022-12-18 23:02:56 -05:00
parent 5756c2e3ac
commit b1e4eb06d8

View File

@ -552,7 +552,9 @@ public:
// Returns string describing current .dll. e.g., TeamFortress 2, Half-Life 2.
// Hey, it's more descriptive than just the name of the game directory
virtual const char *GetGameDescription( void ) = 0;
virtual const char *GetGameDescription( void ) = 0;
virtual const char *GetGameDescription2( void ) = 0; // ????
// Let the game .dll allocate it's own network/shared string tables
virtual void CreateNetworkStringTables( void ) = 0;