All Classes |Grouped Classes |Index

Function load

	virtual CL_SoundProvider* CL_SoundProviderType::load(
		const CL_String & filename,
		bool streamed,
		const CL_VirtualDirectory & directory);

	virtual CL_SoundProvider* CL_SoundProviderType::load(
		CL_IODevice & file,
		bool streamed);