mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-25 13:43:27 +00:00
improvement
This commit is contained in:
@@ -145,20 +145,10 @@ namespace omath::hud
|
||||
void dispatch(const widget::Box& w);
|
||||
void dispatch(const widget::CorneredBox& w);
|
||||
void dispatch(const widget::DashedBox& w);
|
||||
void dispatch(const widget::RightBar& w);
|
||||
void dispatch(const widget::LeftBar& w);
|
||||
void dispatch(const widget::TopBar& w);
|
||||
void dispatch(const widget::BottomBar& w);
|
||||
void dispatch(const widget::RightDashedBar& w);
|
||||
void dispatch(const widget::LeftDashedBar& w);
|
||||
void dispatch(const widget::TopDashedBar& w);
|
||||
void dispatch(const widget::BottomDashedBar& w);
|
||||
void dispatch(const widget::RightLabel& w);
|
||||
void dispatch(const widget::LeftLabel& w);
|
||||
void dispatch(const widget::TopLabel& w);
|
||||
void dispatch(const widget::BottomLabel& w);
|
||||
void dispatch(const widget::CenteredTopLabel& w);
|
||||
void dispatch(const widget::CenteredBottomLabel& w);
|
||||
void dispatch(const widget::RightSide& w);
|
||||
void dispatch(const widget::LeftSide& w);
|
||||
void dispatch(const widget::TopSide& w);
|
||||
void dispatch(const widget::BottomSide& w);
|
||||
void dispatch(const widget::Skeleton& w);
|
||||
void dispatch(const widget::SnapLine& w);
|
||||
void draw_outlined_text(const Vector2<float>& position, const Color& color, const std::string_view& text);
|
||||
|
||||
Reference in New Issue
Block a user