Firelight Technologies FMOD Studio API
Bit fields to use with FSBank_Init to control the general operation of the library.
#define FSBANK_INIT_NORMAL 0x00000000
#define FSBANK_INIT_IGNOREERRORS 0x00000001
#define FSBANK_INIT_WARNINGSASERRORS 0x00000002
#define FSBANK_INIT_CREATEINCLUDEHEADER 0x00000004
#define FSBANK_INIT_DONTLOADCACHEFILES 0x00000008
#define FSBANK_INIT_GENERATEPROGRESSITEMS 0x00000010
#define FSBANK_INIT_UNICODE 0x00000020
FSBANK_INIT_NORMAL
Initialize normally.
FSBANK_INIT_IGNOREERRORS
Ignore individual subsound build errors, continue building for as long as possible.
FSBANK_INIT_WARNINGSASERRORS
Treat any warnings issued as errors.
FSBANK_INIT_CREATEINCLUDEHEADER
Create C header files with #defines defining indices for each member of the FSB.
FSBANK_INIT_DONTLOADCACHEFILES
Ignore existing cache files.
FSBANK_INIT_GENERATEPROGRESSITEMS
Generate status items that can be queried by another thread to monitor the build progress and give detailed error messages.
FSBANK_INIT_UNICODE
All file paths are treated as wide chars (Windows only).
Version 1.03.06 Built on Apr 17, 2014