12 lines
192 B
C++
12 lines
192 B
C++
/* SPDX-FileCopyrightText: 2026 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
namespace blender::fn::multi_function {
|
|
|
|
void register_common_functions();
|
|
|
|
}
|