| Line 182... |
Line 182... |
| 182 |
// ship extraction
|
182 |
// ship extraction
|
| 183 |
bool startExtractShip(CVirtualFileSystem *pVfs, const Utils::String &sId, CProgressInfo *pProgress);
|
183 |
bool startExtractShip(CVirtualFileSystem *pVfs, const Utils::String &sId, CProgressInfo *pProgress);
|
| 184 |
bool extractShip(CVirtualFileSystem *pVfs, const Utils::String &sId, CProgressInfo *progress);
|
184 |
bool extractShip(CVirtualFileSystem *pVfs, const Utils::String &sId, CProgressInfo *progress);
|
| 185 |
bool extractSceneFiles(CVirtualFileSystem *pVfs);
|
185 |
bool extractSceneFiles(CVirtualFileSystem *pVfs);
|
| 186 |
void extractComponants(CVirtualFileSystem *pVfs, CyStringList *sceneModels);
|
186 |
void extractComponants(CVirtualFileSystem *pVfs, CyStringList *sceneModels);
|
| - |
|
187 |
void extractCutData(CVirtualFileSystem *pVfs, CyStringList *sceneModels, bool add);
|
| 187 |
void extractDummies(CVirtualFileSystem *pVfs, CyStringList *sceneModels, bool add);
|
188 |
void extractDummies(CVirtualFileSystem *pVfs, CyStringList *sceneModels, bool add);
|
| 188 |
void extractTextures(CVirtualFileSystem *pVfs);
|
189 |
void extractTextures(CVirtualFileSystem *pVfs);
|
| 189 |
bool extractBodies(CVirtualFileSystem *pVfs, CyStringList *sceneModels);
|
190 |
bool extractBodies(CVirtualFileSystem *pVfs, CyStringList *sceneModels);
|
| 190 |
bool extractCockpits(CVirtualFileSystem *pVfs);
|
191 |
bool extractCockpits(CVirtualFileSystem *pVfs);
|
| 191 |
|
192 |
|