source: AE/Installer/methods.h@ 279

Last change on this file since 279 was 278, checked in by gumby, 16 years ago
File size: 273 bytes
Line 
1#include <string>
2int mainmenu();
3using namespace std;
4
5void installPackages();
6void uninstallPackages();
7void getInstalledPackages();
8
9bool getDirectoryContents(char , char &);
10
11struct ModPackage {
12 bool isInstalled; //replace with function
13 string *name;
14};
Note: See TracBrowser for help on using the repository browser.