Add Chromium-only Blender WebEngine parity work
This commit is contained in:
14
blender-5.2.0/intern/cycles/util/unique_ptr.h
Normal file
14
blender-5.2.0/intern/cycles/util/unique_ptr.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
using std::make_unique;
|
||||
using std::unique_ptr;
|
||||
|
||||
CCL_NAMESPACE_END
|
||||
Reference in New Issue
Block a user