arx-convert
Version:
Converts various Arx Fatalis formats to JSON or YAML and back
15 lines (14 loc) • 425 B
TypeScript
/**
* 0x03 0x00 0x00 0x01
* used in sfx/ambience/ambient_blackthing.amb
*
* @see https://github.com/arx/ArxLibertatis/blob/1.2.1/src/audio/Ambiance.cpp#L78
*/
export declare const AMB_VERSION_1003 = 16777219;
/**
* 0x02 0x00 0x00 0x01
* used in sfx/ambience/ambient_crypt_e.amb
*
* @see https://github.com/arx/ArxLibertatis/blob/1.2.1/src/audio/Ambiance.cpp#L77
*/
export declare const AMB_VERSION_1002 = 16777218;