From e7e3431b299448310f9c9e95d863055e3e04a8c4 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Thu, 4 Nov 2021 16:51:37 -0300 Subject: Cleanup: Move object.c to C++ This is useful to allow the use of features made in C++. Differential Revision: https://developer.blender.org/D13115 --- source/blender/makesdna/DNA_object_force_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_object_force_types.h b/source/blender/makesdna/DNA_object_force_types.h index fcaac4ded76..0aa4a171511 100644 --- a/source/blender/makesdna/DNA_object_force_types.h +++ b/source/blender/makesdna/DNA_object_force_types.h @@ -30,6 +30,8 @@ extern "C" { #endif +struct BodySpring; + /* pd->forcefield: Effector Fields types */ typedef enum ePFieldType { /** (this is used for general effector weight). */ -- cgit v1.2.3