Blender V4.3
BKE_ipo.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14struct Main;
15
29void do_versions_ipos_to_animato(struct Main *bmain);
30
31/* --------------------- xxx stuff ------------------------ */
32
33#ifdef __cplusplus
34};
35#endif
void do_versions_ipos_to_animato(struct Main *bmain)
Definition ipo.cc:2091