@@ -79,7 +79,8 @@
*
**********************************************************************************************/
-extern (C): // NOTE: By default, compile functions as static inline
+extern (C):
+pragma(inline, true): // NOTE: By default, compile functions as static inline
import core.stdc.math; // Required for: sinf(), cosf(), sqrt(), pow()