Commented out debug statements again
[oweals/minetest.git] / src / inventory.h
index b19a365c8ee1b71266835eaca6d0dab3bc7a5d1d..44ba6a5adf7cc3e5ebe5c56a943fc3137739a4f3 100644 (file)
@@ -58,6 +58,8 @@ public:
 #endif
        // Shall return a text to show in the GUI
        virtual std::string getText() { return ""; }
+       // Returns the string used for inventory
+       virtual std::string getItemString();
        // Creates an object from the item, to be placed in the world.
        virtual ServerActiveObject* createSAO(ServerEnvironment *env, u16 id, v3f pos);
        // Gets amount of items that dropping one SAO will decrement