Files
test/source/blender/makesdna/DNA_simulation_defaults.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
360 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup DNA
*/
#pragma once
/* Struct members on own line. */
/* clang-format off */
/* -------------------------------------------------------------------- */
/** \name Simulation Struct
* \{ */
#define _DNA_DEFAULT_Simulation \
{ \
.flag = 0, \
}
/** \} */
/* clang-format on */