Files
2026-08-12 04:47:48 -04:00

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();
}