about summary refs log tree commit diff
path: root/src/engine/client/client.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-27 18:05:11 +0200
committeroy <Tom_Adams@web.de>2011-03-27 18:05:11 +0200
commit7bd79f9f4399c63d2d9cd77d7cb2ff58b84d5e32 (patch)
tree8c253c53ae91a1cbf47439a38b280b0e84882419 /src/engine/client/client.h
parenta583633cde8f6d257fff99221d4b063ae435379e (diff)
downloadzcatch-7bd79f9f4399c63d2d9cd77d7cb2ff58b84d5e32.tar.gz
zcatch-7bd79f9f4399c63d2d9cd77d7cb2ff58b84d5e32.zip
added remove_favorite command by Choupom
Diffstat (limited to 'src/engine/client/client.h')
-rw-r--r--src/engine/client/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/client.h b/src/engine/client/client.h
index 31364cd2..b0696b96 100644
--- a/src/engine/client/client.h
+++ b/src/engine/client/client.h
@@ -303,6 +303,7 @@ public:
 	static void Con_Rcon(IConsole::IResult *pResult, void *pUserData);
 	static void Con_RconAuth(IConsole::IResult *pResult, void *pUserData);
 	static void Con_AddFavorite(IConsole::IResult *pResult, void *pUserData);
+	static void Con_RemoveFavorite(IConsole::IResult *pResult, void *pUserData);
 	static void Con_Play(IConsole::IResult *pResult, void *pUserData);
 	static void Con_Record(IConsole::IResult *pResult, void *pUserData);
 	static void Con_StopRecord(IConsole::IResult *pResult, void *pUserData);