file.h

changeset 29
55406ce7446e
parent 28
208adc847377
child 30
31ff9aabd506
equal deleted inserted replaced
28:208adc847377 29:55406ce7446e
40 void closeAll (); 40 void closeAll ();
41 41
42 // Parses a string line containing an LDraw object and returns the object parsed. 42 // Parses a string line containing an LDraw object and returns the object parsed.
43 LDObject* parseLine (str zLine); 43 LDObject* parseLine (str zLine);
44 44
45 extern vector<str> g_zaFileLoadPaths; 45 // Retrieves the pointer to - or loads - the given subfile.
46 OpenFile* loadSubfile (str zFile);
47
48 // Re-caches all subfiles.
49 void reloadAllSubfiles ();
50
46 extern vector<OpenFile*> g_LoadedFiles; 51 extern vector<OpenFile*> g_LoadedFiles;
47 52
48 #endif // __FILE_H__ 53 #endif // __FILE_H__

mercurial