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