diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 02:00:01 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 02:00:01 +0300 |
commit | 931474658dacd32d1847b6718e3d5a33ca8f18ab (patch) | |
tree | 01e5c535f416d9727253e9f5b55a487ecd6d0d39 /src/guiInventoryMenu.h | |
parent | da692355e84f8d1e5210c3c89daf775cf23ec38b (diff) | |
download | dragonfireclient-931474658dacd32d1847b6718e3d5a33ca8f18ab.tar.xz |
moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r-- | src/guiInventoryMenu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h index 10fb7a425..5336cae82 100644 --- a/src/guiInventoryMenu.h +++ b/src/guiInventoryMenu.h @@ -102,6 +102,12 @@ public: v2s32 pos; v2s32 geom; }; + + // See .cpp for format + static v2s16 makeDrawSpecArrayFromString( + core::array<GUIInventoryMenu::DrawSpec> &draw_spec, + const std::string &data, + const std::string ¤t_name); GUIInventoryMenu(gui::IGUIEnvironment* env, gui::IGUIElement* parent, s32 id, |