From c75a75b64ff804e7a14374e17b31377aabff0d63 Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 12 Dec 2010 16:48:13 +0100 Subject: made it possible to automatically take game over screenshots. Closes #339 --- src/game/client/gameclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/gameclient.h') diff --git a/src/game/client/gameclient.h b/src/game/client/gameclient.h index d60fef2a..2f8e21ea 100644 --- a/src/game/client/gameclient.h +++ b/src/game/client/gameclient.h @@ -180,6 +180,7 @@ public: virtual void OnShutdown(); virtual void OnEnterGame(); virtual void OnRconLine(const char *pLine); + virtual void OnGameOver(); virtual const char *GetItemName(int Type); virtual const char *Version(); -- cgit 1.4.1