| Revision: | 286 |
| Committed: | Mon Mar 30 02:47:10 2009 UTC (16 years, 8 months ago) by iritscen |
| Content type: | text/x-chdr |
| File size: | 273 byte(s) |
| Log Message: | Restoring source, adding Xcode proj. |
| # | Content |
|---|---|
| 1 | #include <string> |
| 2 | int mainMenu(); |
| 3 | using namespace std; |
| 4 | |
| 5 | void installPackages(); |
| 6 | void uninstallPackages(); |
| 7 | void getInstalledPackages(); |
| 8 | |
| 9 | bool getDirectoryContents(char , char &); |
| 10 | |
| 11 | struct ModPackage { |
| 12 | bool isInstalled; //replace with function |
| 13 | string *name; |
| 14 | }; |
| Name | Value |
|---|---|
| svn:mergeinfo |