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