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 85 by douglas, 2003-03-14T00:57:45-08:00 vs.
Revision 89 by douglas, 2003-03-15T22:00:25-08:00

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines