note
	description: "A image from a bmp image."
	author: "Louis Marchand"
	date: "Thu, 02 Apr 2015 02:40:10 +0000"
	revision: "2.0"

class interface
	GAME_IMAGE_BMP_FILE

create 
	make

feature -- Access

	is_openable: BOOLEAN
			-- Can Current be open

	open
			-- Open Current

	filename: READABLE_STRING_GENERAL
			-- The name of the file to open
	
end -- class GAME_IMAGE_BMP_FILE

Generated by ISE EiffelStudio