summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cPlayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h
index 1bb349a40..4dedde727 100644
--- a/source/cPlayer.h
+++ b/source/cPlayer.h
@@ -16,6 +16,8 @@ public:
cPlayer(cClientHandle* a_Client, const char* a_PlayerName);
virtual ~cPlayer();
+ virtual void Initialize( cWorld* a_World ); //tolua_export
+
virtual void SpawnOn( cClientHandle* a_Target );
virtual void Tick(float a_Dt);