00001 00032 #ifndef LL_VORBISDECODE_H 00033 #define LL_VORBISDECODE_H 00034 00035 class LLVFS; 00036 class LLUUID; 00037 00038 BOOL decode_vorbis_file(LLVFS *vfs, const LLUUID &in_uuid, char *out_fname); 00039 00040 #endif 00041