ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/RenegadeMapSelector/RenegadeConfig.h
(Generate patch)

Comparing trunk/RenegadeMapSelector/RenegadeConfig.h (file contents):
Revision 89 by douglas, 2003-03-15T22:00:25-08:00 vs.
Revision 142 by douglas, 2003-05-07T19:22:15-07:00

# Line 13 | Line 13 | class RenegadeConfig
13   {
14   private:
15          string file;
16 <        bool linux;
16 >        bool linux_;
17          stringstream text;
18          vector<string> maps;
19   public:
20          RenegadeConfig(const string& file)
21          {
22                  this->file = "data/" + file;
23 <                linux = false;
23 >                linux_ = false;
24          }
25          ~RenegadeConfig() {}
26          bool load();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines