note
	description: "An haptic device uniquely identified with an index."
	author: "Louis Marchand"
	date: "Mon, 02 Mar 2015 14:20:07 +0000"
	revision: "2.0"

class interface
	GAME_HAPTIC_DEVICE

create {GAME_LIBRARY_CONTROLLER}
	make

feature -- Query

	index: INTEGER_32
			-- The unique identifier of Current

	name: READABLE_STRING_GENERAL
			-- A text to identified Current
	
end -- class GAME_HAPTIC_DEVICE

Generated by ISE EiffelStudio