ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/methods.h
(Generate patch)

Comparing AE/Installer/trunk/source/methods.h (file contents):
Revision 290 by gumby, Sat Apr 4 04:13:36 2009 UTC vs.
Revision 292 by gumby, Sat Apr 4 08:13:56 2009 UTC

# Line 1 | Line 1
1   #include <string>
2   #include <vector>
3 <
3 > #include <fstream>
4  
5   using namespace std;
6  
# Line 11 | Line 11 | struct ModPackage {
11  
12   int mainMenu();
13   vector<ModPackage> getPackages();
14 < ModPackage fileToModPackage(FILE&);
14 > ModPackage fileToModPackage(fstream);
15  
16   void installPackages();
17   void uninstallPackages();

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)