Add Chromium-only Blender WebEngine parity work
This commit is contained in:
11
blender-5.2.0/source/blender/functions/FN_init.hh
Normal file
11
blender-5.2.0/source/blender/functions/FN_init.hh
Normal file
@@ -0,0 +1,11 @@
|
||||
/* SPDX-FileCopyrightText: 2026 Blender Authors
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace blender::fn::multi_function {
|
||||
|
||||
void register_common_functions();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user