Changeset 505 for AE/Installer/trunk/source/installer.h
- Timestamp:
- Mar 27, 2010, 3:17:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/installer.h
r499 r505 53 53 int listInstalledPackages(void); 54 54 int printInstallerInfo(void); 55 ModPackage fileToModPackage(fstream& );55 ModPackage fileToModPackage(fstream&, string); 56 56 bool StringIsLegalPathForDeletion(string); 57 57 vector<ModPackage> getPackages(string packageDir = "./packages");
Note:
See TracChangeset
for help on using the changeset viewer.