diff --git a/src/meshoptimizer.h b/src/meshoptimizer.h index 6c8dcd7e..cb3745a2 100644 --- a/src/meshoptimizer.h +++ b/src/meshoptimizer.h @@ -29,7 +29,9 @@ #endif /* Experimental APIs have unstable interface and might have implementation that's not fully tested or optimized */ +#ifndef MESHOPTIMIZER_EXPERIMENTAL #define MESHOPTIMIZER_EXPERIMENTAL MESHOPTIMIZER_API +#endif /* C interface */ #ifdef __cplusplus