ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/methods.h
Revision: 278
Committed: Fri Mar 27 18:16:02 2009 UTC (16 years, 6 months ago) by gumby
Content type: text/x-chdr
File size: 273 byte(s)
Log Message:

File Contents

# 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 };