file.h

changeset 130
ec4b30b166fe
parent 127
a6e2067bb2f1
child 135
c243df39913e
--- 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);

mercurial