X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FguiFormSpecMenu.h;h=583cad4a27da64ba29a273d5d05ab2d3ad5d671d;hb=6bc4cad0eddd7a7cf593ca1471599e2d75727379;hp=15bc628d17296f869b40145111cf9b7f30e03346;hpb=65b8b524c02df853163fc1284a00a684a046d67c;p=oweals%2Fminetest.git diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 15bc628d1..583cad4a2 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -33,6 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc., class IGameDef; class InventoryManager; class ISimpleTextureSource; +class Client; typedef enum { f_Button, @@ -209,7 +210,8 @@ public: ISimpleTextureSource *tsrc, IFormSource* fs_src, TextDest* txt_dst, - GUIFormSpecMenu** ext_ptr + GUIFormSpecMenu** ext_ptr, + Client* client ); ~GUIFormSpecMenu(); @@ -294,6 +296,7 @@ protected: InventoryManager *m_invmgr; IGameDef *m_gamedef; ISimpleTextureSource *m_tsrc; + Client *m_client; std::string m_formspec_string; InventoryLocation m_current_inventory_location;