/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once /** * Register cpp types and their relations for later use. */ void BKE_cpp_types_init();