Blender  V3.3
DNA_simulation_defaults.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 /* Struct members on own line. */
10 /* clang-format off */
11 
12 /* -------------------------------------------------------------------- */
16 #define _DNA_DEFAULT_Simulation \
17  { \
18  .flag = 0, \
19  }
20 
23 /* clang-format on */