source:
AE/Installer/methods.h@
278
| Last change on this file since 278 was 278, checked in by , 17 years ago | |
|---|---|
| File size: 273 bytes | |
| Rev | Line | |
|---|---|---|
| [278] | 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 | }; |
Note:
See TracBrowser
for help on using the repository browser.
