K 10 svn:author V 3 ian K 8 svn:date V 27 2014-02-22T22:03:26.849168Z K 7 svn:log V 288 Change file_loadraw() from static to public. Change the order of its arguments from type,filename to filename,type to be consistant with other public file_whatever() functions, and change it to return a pointer to the preloaded_file struct describing the file. Adjust existing callers. END