pub const FMOD_VERSION: u32 = ll::FMOD_VERSION; // 69_664u32Expand description
Version in FMOD headers used to generate bindings.
The version is a 32 bit hexadecimal value formated as 16:8:8, with the upper 16 bits being the product version, the middle 8 bits being the major version and the bottom 8 bits being the minor version.