Blender  V3.3
cpp_types.cc
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include "BLI_color.hh"
4 #include "BLI_cpp_type_make.hh"
5 #include "BLI_float4x4.hh"
6 #include "BLI_math_vec_types.hh"
7 
8 #include "FN_field_cpp_type.hh"
9 
10 MAKE_FIELD_CPP_TYPE(FloatField, float);
15 MAKE_FIELD_CPP_TYPE(BoolField, bool);
18 MAKE_FIELD_CPP_TYPE(StringField, std::string);
MAKE_FIELD_CPP_TYPE(FloatField, float)
signed int int32_t
Definition: stdint.h:77
signed char int8_t
Definition: stdint.h:75