note
	description: "[
		Error manager for the audio library. 
		All OpenAL Class inherit from it to access error in the C library.
		
		TODO: get individual error by name.
	]"
	author: "Louis Marchand"
	date: "Tue, 07 Apr 2015 01:15:20 +0000"
	revision: "2.0"

deferred class interface
	AUDIO_OPENAL_ERROR_MANAGER

feature -- Access

	last_error: READABLE_STRING_GENERAL
			-- The last error generate by the library
	
end -- class AUDIO_OPENAL_ERROR_MANAGER

Generated by ISE EiffelStudio