summaryrefslogtreecommitdiff
path: root/src/script/clientscripting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/clientscripting.h')
-rw-r--r--src/script/clientscripting.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/clientscripting.h b/src/script/clientscripting.h
index e2a91f695..df94e8b71 100644
--- a/src/script/clientscripting.h
+++ b/src/script/clientscripting.h
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "cpp_api/s_security.h"
class Client;
+class LocalPlayer;
class ClientScripting:
virtual public ScriptApiBase,
public ScriptApiSecurity,
@@ -33,6 +34,7 @@ class ClientScripting:
{
public:
ClientScripting(Client *client);
+ void on_client_ready(LocalPlayer *localplayer);
private:
virtual void InitializeModApi(lua_State *L, int top);