file.h

changeset 141
184d117e1b12
parent 140
2e8c1626aef7
child 146
2ab24976acaa
--- a/file.h	Fri Apr 26 18:11:34 2013 +0300
+++ b/file.h	Fri Apr 26 18:28:07 2013 +0300
@@ -99,7 +99,7 @@
 // Init and parse parts.lst
 void initPartList ();
 
-ulong loadFileContents (FILE* fp, OpenFile* load, std::vector<LDObject*>* copies = null, ulong* idx = null);
+std::vector< LDObject* > loadFileContents (FILE* fp, ulong* numWarnings);
 
 extern vector<OpenFile*> g_LoadedFiles;
 extern vector<partListEntry> g_PartList;

mercurial