$Date: 2005/10/25 08:23:19 $
$Revision: 1.20 $
-- Last animation created
-- Last bitmap created
-- Last bitmapfont created
-- Last music created
-- Last sound created
-- Last sprite created
-- Last textfile created
-- Last color ttf-font created
-- Does file a_filename exist?
-- Returns the file-extension of a_filename
-- Did an error occured?
-- Go on if not able to load file?
-- create new text file, read/write-mode
-- load file to append
-- load file a_filename if exists else create empty file
-- load to read
-- load file to read or write
-- load file to write
-- load a_filename animation
-- load a_filename to last_bitmap_file
-- load a_filename bitmap-font
-- load a_filename animation
-- load a_filename ttf-font
-- load a_filename to last_music_file
-- load a_filename to last_sound_file
-- set all last_ -values void
Makes filehandling easier