osb/source/frontend/StarSimpleTooltip.hpp

17 lines
220 B
C++
Raw Normal View History

2023-06-20 04:33:09 +00:00
#ifndef STAR_SIMPLE_TOOLTIP_HPP
#define STAR_SIMPLE_TOOLTIP_HPP
#include "StarString.hpp"
namespace Star {
STAR_CLASS(Pane);
namespace SimpleTooltipBuilder {
PanePtr buildTooltip(String const& text);
};
}
#endif