-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a783f02
commit b11d781
Showing
14 changed files
with
2,751 additions
and
2,062 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 15 additions & 14 deletions
29
unity/native_src_il2cpp/Inc/Converter.hpp → unity/native_src_il2cpp/Inc/NamespaceDef.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
/* | ||
* Tencent is pleased to support the open source community by making Puerts available. | ||
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. | ||
* Puerts is licensed under the BSD 3-Clause License, except for the third-party components listed in the file 'LICENSE' which may | ||
* be subject to their corresponding license terms. This file is subject to the terms and conditions defined in file 'LICENSE', | ||
* which is part of this source code package. | ||
*/ | ||
|
||
#pragma once | ||
#if defined(BUILDING_PES_EXTENSION) | ||
#include "PesapiConverter.hpp" | ||
#else | ||
#include "V8Converter.hpp" | ||
#endif | ||
/* | ||
* Tencent is pleased to support the open source community by making Puerts available. | ||
* Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. | ||
* Puerts is licensed under the BSD 3-Clause License, except for the third-party components listed in the file 'LICENSE' which may | ||
* be subject to their corresponding license terms. This file is subject to the terms and conditions defined in file 'LICENSE', | ||
* which is part of this source code package. | ||
*/ | ||
|
||
#pragma once | ||
|
||
#include "PuertsNamespaceDef.h" | ||
|
||
#if defined(WITH_QJS_NAMESPACE_SUFFIX) | ||
namespace v8 = v8_qjs; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.