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__ |