• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2024 Google LLC
3  *
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the LICENSE file.
6  */
7 
8 #ifndef SkUnicode_icu_DEFINED
9 #define SkUnicode_icu_DEFINED
10 
11 #include "include/core/SkRefCnt.h"
12 #include "modules/skunicode/include/SkUnicode.h"
13 
14 namespace SkUnicodes::ICU {
15 SKUNICODE_API sk_sp<SkUnicode> Make();
16 }
17 
18 #endif //SkUnicode_icu_DEFINED
19