diff options
Diffstat (limited to 'include/cru/ui/render')
-rw-r--r-- | include/cru/ui/render/LayoutHelper.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/cru/ui/render/LayoutHelper.h b/include/cru/ui/render/LayoutHelper.h index 05813489..95d22ccb 100644 --- a/include/cru/ui/render/LayoutHelper.h +++ b/include/cru/ui/render/LayoutHelper.h @@ -2,7 +2,9 @@ #include "MeasureRequirement.h" namespace cru::ui::render { -float CalculateAnchorByAlignment(Alignment alignment, float start_point, - float content_length, float child_length); +float CRU_UI_API CalculateAnchorByAlignment(Alignment alignment, + float start_point, + float content_length, + float child_length); } // namespace cru::ui::render |