Skip to content

Commit

Permalink
Fix post 2022-06-21 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalegaard committed Jun 22, 2022
1 parent ebab93c commit cf6ed1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions srctvplus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"

// Needed after 2022-06-21 update, until SDK is updated
#define INTERFACEVERSION_SERVERGAMEDLL "ServerGameDLL011"

IServerGameDLL* g_pGameDLL;
IFileSystem* g_pFileSystem;
IHLTVDirector* g_pHLTVDirector;
Expand Down

0 comments on commit cf6ed1d

Please sign in to comment.