DALi Version 1.3.41
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / third-party / yoga / YGNodePrint.h
1 /**
2  * Copyright (c) 2014-present, Facebook, Inc.
3  *
4  * This source code is licensed under the MIT license found in the
5  * LICENSE file in the root directory of this source tree.
6  */
7 #pragma once
8 #include <string>
9
10 #include "Yoga.h"
11
12 namespace facebook {
13 namespace yoga {
14
15 void YGNodeToString(
16     std::string* str,
17     YGNodeRef node,
18     YGPrintOptions options,
19     uint32_t level);
20
21 } // namespace yoga
22 } // namespace facebook