Tooltips: Unify the tooltip[] and list[] description tooltip display functions (...
[oweals/minetest.git] / src / guiFormSpecMenu.h
index 557a1cc9fe3198ce01784e0da7eb90735218dca0..9eaf60ac6353794563390a08408e46527367054c 100644 (file)
@@ -517,6 +517,9 @@ private:
 
        void tryClose();
 
+       void showTooltip(const std::wstring &text, const irr::video::SColor &color,
+               const irr::video::SColor &bgcolor);
+
        /**
         * check if event is part of a double click
         * @param event event to evaluate