rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.fr/rngrd.git
Log | Files | Refs | README | LICENSE

commit 607b5dad5e949fac57c4755a712631f782f2d156
parent 703d77180105ff8a837b82948b27514115c136eb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Sep 2022 15:29:26 +0200

Fix public header compilation when used in C++

Diffstat:
Msrc/rngrd.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/rngrd.h b/src/rngrd.h @@ -123,4 +123,6 @@ RNGRD_API res_T rngrd_validate (const struct rngrd* ground); +END_DECLS + #endif /* RNGRD_H */