Refactor: F_FindResource() now accepts a single Uri search path
The old behavior which allowed a set of search paths encoded intoa string (delimited with ';') was moved into a separate functionnamed F_FindResourceFromList().
View differences
Refactor: F_FindResource() now accepts a single Uri search path
The old behavior which allowed a set of search paths encoded into
a string (delimited with ';') was moved into a separate function
named F_FindResourceFromList().