- Notifications
You must be signed in to change notification settings - Fork104
Tags: ccxvii/mujs
Tags
1.2.0
Add JS_VERSION_MAJOR/MINOR/PATCH defines to mujs.hA macro JS_CHECKVERSION(major, minor, patch) can be used to test theversion if your code depends on API features added in a given version.#if JS_CHECKVERSION(1, 2, 0) ... use new API ...#else ... don't use new API ...#endif
PreviousNext