class
	IMG_CONTROLLER

General
	cluster: game_image_file
	description: "The controller of the game images files library."
	create: default_create

Ancestors
	IMG_ANY*

Queries
	has_error: BOOLEAN
	is_jpg_enabled: BOOLEAN
	is_png_enabled: BOOLEAN
	is_tif_enabled: BOOLEAN
	last_error: READABLE_STRING_GENERAL

Commands
	enable_image (a_enable_png, a_enable_jpg, a_enable_tif: BOOLEAN)
	enable_jpg
	enable_png
	enable_tif
	quit_library

Constraints
	is singleton


Generated by ISE EiffelStudio