# | Line 13 | Line 13 | class RenegadeConfig | |
---|---|---|
13 | { | |
14 | private: | |
15 | string file; | |
16 | < | strstream text; |
16 | > | stringstream text; |
17 | vector<string> maps; | |
18 | public: | |
19 | RenegadeConfig(const string& file) { this->file = "data/" + file; } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |