| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | /* | |
| 2 | AE/Mod Installer | |
| 3 | – | v1.0 |
| 3 | by Gumby and Iritscen | |
| 4 | < | */ |
| 4 | > | */ |
| 5 | ||
| 6 | #define DEBUG | |
| 7 | #include <stdio.h> | |
| # | Line 27 | Line 26 | |
| 26 | #include <dirent.h> | |
| 27 | #endif | |
| 28 | ||
| 29 | < | const string strInstallerVersion = "1.0"; |
| 29 | > | //const string strInstallerVersion = "1.0"; |
| 30 | const bool SPLIT = 1; | |
| 31 | const bool NOT_SPLIT = 0; | |
| 32 | bool splitInstances = SPLIT; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |