| Revision: | 292 |
| Committed: | Sat Apr 4 08:13:56 2009 UTC (16 years, 8 months ago) by gumby |
| Content type: | text/x-chdr |
| File size: | 394 byte(s) |
| Log Message: | Updatezors |
| # | Content |
|---|---|
| 1 | #include <string> |
| 2 | #include <vector> |
| 3 | #include <fstream> |
| 4 | |
| 5 | using namespace std; |
| 6 | |
| 7 | struct ModPackage { |
| 8 | bool isInstalled; //replace with function |
| 9 | string *name; |
| 10 | }; |
| 11 | |
| 12 | int mainMenu(); |
| 13 | vector<ModPackage> getPackages(); |
| 14 | ModPackage fileToModPackage(fstream); |
| 15 | |
| 16 | void installPackages(); |
| 17 | void uninstallPackages(); |
| 18 | void getInstalledPackages(); |
| 19 | |
| 20 | bool getDirectoryContents(char , char &); |
| 21 |
| Name | Value |
|---|---|
| svn:mergeinfo |