From ac3471eb39661aed8abb3f2259bd09313fd0c8df Mon Sep 17 00:00:00 2001 From: SanyaSho Date: Wed, 10 Aug 2022 22:28:08 +0300 Subject: [PATCH] game: oops, lost include --- game/shared/tf2base/tf_gamerules.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/shared/tf2base/tf_gamerules.h b/game/shared/tf2base/tf_gamerules.h index 0978159b..550d2a50 100644 --- a/game/shared/tf2base/tf_gamerules.h +++ b/game/shared/tf2base/tf_gamerules.h @@ -107,6 +107,8 @@ public: virtual const unsigned char *GetEncryptionKey( void ) { return (unsigned char *)"E2NcUkG2"; } + bool IsMannVsMachineMode( void ); // FIXME: stub + #ifdef GAME_DLL public: // Override this to prevent removal of game specific entities that need to persist