ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/methods.h
Revision: 286
Committed: Mon Mar 30 02:47:10 2009 UTC (16 years, 6 months ago) by iritscen
Content type: text/x-chdr
File size: 273 byte(s)
Log Message:
Restoring source, adding Xcode proj.

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

Properties

Name Value
svn:mergeinfo