| # | Line 100 | Line 100 | void writeInstalledMods( vector<string> | |
|---|---|---|
| 100 | void setStatusArea( string ); | |
| 101 | void setProgressBar( int ); | |
| 102 | ||
| 103 | < | void copyBSL( string, vector<string>, ModPackage ); |
| 103 | > | void copyBSL( string, vector<string>&, ModPackage ); |
| 104 | ||
| 105 | //New copy(path, path) function. Too lazy to implement my own, this is basically how I would have done it though. | |
| 106 | //No, really. :) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |