diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-08 22:49:29 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-08 22:49:29 +0200 |
commit | 6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9 (patch) | |
tree | 621f7959a61f9b054876e87613b0a56583e15813 /source/cPlugin_NewLua.h | |
parent | Another fix for the case-sensitiveness. WTF, STL allows different signatures for Debug and Release builds? (diff) | |
download | cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.tar cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.tar.gz cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.tar.bz2 cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.tar.lz cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.tar.xz cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.tar.zst cuberite-6bc916fc3ccb63ebded52c42b8f9daa3627c6eb9.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cPlugin_NewLua.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cPlugin_NewLua.h b/source/cPlugin_NewLua.h index 01fefde0a..082b2a82b 100644 --- a/source/cPlugin_NewLua.h +++ b/source/cPlugin_NewLua.h @@ -48,6 +48,7 @@ public: //tolua_export virtual bool OnHandshake (cClientHandle * a_Client, const AString & a_Username) override; const AString & GetDirectory(void) const {return m_Directory; } + AString GetLocalDirectory(void) const; //tolua_export virtual void SetName( const AString & a_Name ) override { cPlugin::SetName(a_Name); } |