From 32aa6f116acc6e3e20a1ec76cef45b29f7005ad7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 17 Oct 2025 12:06:14 +0800 Subject: Remove String stage 1. --- src/ui/Helper.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/ui/Helper.h') diff --git a/src/ui/Helper.h b/src/ui/Helper.h index 8bee72a6..625ba6e3 100644 --- a/src/ui/Helper.h +++ b/src/ui/Helper.h @@ -1,14 +1,5 @@ #pragma once -#include "cru/ui/Base.h" - -namespace cru::platform { -namespace graphics { -struct IGraphicsFactory; -} -namespace native { -struct IUiApplication; -} // namespace native -} // namespace cru::platform +#include namespace cru::ui { cru::platform::graphics::IGraphicsFactory* GetGraphicsFactory(); -- cgit v1.2.3