--- a/file.h Mon Apr 22 16:43:01 2013 +0300 +++ b/file.h Mon Apr 22 17:01:37 2013 +0300 @@ -75,7 +75,7 @@ // Opens the given file and parses the LDraw code within. Returns a pointer // to the opened file or null on error. -OpenFile* openDATFile (str path); +OpenFile* openDATFile (str path, bool search); // Opens the given file and returns a pointer to it, potentially looking in /parts and /p FILE* openLDrawFile (str path, bool bSubDirectories);