star-geometry-3d

Clean and decorate 3D geometries
git clone git://git.meso-star.fr/star-geometry-3d.git
Log | Files | Refs | README | LICENSE

commit 7d01ff515b9e865e6216ed9f290b2623ede492f5
parent e84f5b3d83d95f2011f37cf5130b03d898f57bea
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  3 Nov 2022 11:13:53 +0100

Fix C++ compilation error

Compilation fails when helper headers are included in C++ files

Diffstat:
Msrc/sg3d_sXd_helper.h | 2--
Msrc/sg3d_sdisXd_helper.h | 2--
Msrc/sg3d_sencXd_helper.h | 2--
3 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/sg3d_sXd_helper.h b/src/sg3d_sXd_helper.h @@ -52,6 +52,4 @@ sg3d_sXd_geometry_get_position FOR_EACH(i, 0, SG3D_GEOMETRY_DIMENSION) coord[i] = (float)tmp[i]; } -END_DECLS - #endif /* SG3D_S3D_HELPER_H__ */ diff --git a/src/sg3d_sdisXd_helper.h b/src/sg3d_sdisXd_helper.h @@ -70,6 +70,4 @@ sg3d_sdisXd_geometry_get_interface *bound = ctx->app_interface_getter(itri, ctx->app_interface_data); } -END_DECLS - #endif /* SG3D_SDIS3D_HELPER_H__ */ diff --git a/src/sg3d_sencXd_helper.h b/src/sg3d_sencXd_helper.h @@ -65,6 +65,4 @@ sg3d_sencXd_geometry_get_position SG3D(geometry_get_unique_vertex(geometry, ivert, coord)); } -END_DECLS - #endif /* SG2_SENC3D_HELPER_H__ */