Line 326... |
Line 326... |
326 |
void _processAddPackage(CBaseFile* p);
|
326 |
void _processAddPackage(CBaseFile* p);
|
327 |
size_t _createCockpits(Utils::WStringList &list);
|
327 |
size_t _createCockpits(Utils::WStringList &list);
|
328 |
|
328 |
|
329 |
bool _checkForDisable(CBaseFile *package, bool disabled, CBaseFile *oldPackage);
|
329 |
bool _checkForDisable(CBaseFile *package, bool disabled, CBaseFile *oldPackage);
|
330 |
CBaseFile *_archive_fromRar(const Utils::WString &filename, bool toInstall) const;
|
330 |
CBaseFile *_archive_fromRar(const Utils::WString &filename, bool toInstall) const;
|
331 |
CBaseFile *_archive_fromZip(const Utils::WString &filename, bool toInstall) const;
|
331 |
CBaseFile* _archive_fromZip(const Utils::WString& filename, bool toInstall) const;
|
- |
|
332 |
bool _check_archive_fromZip(const Utils::WString& filename) const;
|
332 |
void _addToFakePatch(CBaseFile *pPackage);
|
333 |
void _addToFakePatch(CBaseFile *pPackage);
|
333 |
int _gameTextNumber() const;
|
334 |
int _gameTextNumber() const;
|
334 |
void _addWareOverride(enum WareTypes type, int pos, const Utils::WString &id, int value, bool noto);
|
335 |
void _addWareOverride(enum WareTypes type, int pos, const Utils::WString &id, int value, bool noto);
|
335 |
int _warePriceOverride(enum WareTypes type, int pos, const Utils::WString &id);
|
336 |
int _warePriceOverride(enum WareTypes type, int pos, const Utils::WString &id);
|
336 |
bool _wareNotoOverride(enum WareTypes type, int pos, const Utils::WString &id, int *noto);
|
337 |
bool _wareNotoOverride(enum WareTypes type, int pos, const Utils::WString &id, int *noto);
|