From f7a042223f9c82c7764c0df3a3531bda04e9ad64 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 28 Jul 2020 13:51:32 +0200 Subject: Added cheat Menu --- src/script/scripting_client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/script/scripting_client.h') diff --git a/src/script/scripting_client.h b/src/script/scripting_client.h index 3088029f0..e162f8bcf 100644 --- a/src/script/scripting_client.h +++ b/src/script/scripting_client.h @@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "cpp_api/s_base.h" #include "cpp_api/s_client.h" +#include "cpp_api/s_cheats.h" #include "cpp_api/s_modchannels.h" #include "cpp_api/s_security.h" @@ -34,7 +35,8 @@ class ClientScripting: virtual public ScriptApiBase, public ScriptApiSecurity, public ScriptApiClient, - public ScriptApiModChannels + public ScriptApiModChannels, + public ScriptApiCheats { public: ClientScripting(Client *client); -- cgit v1.2.3