| 40 |
|
#endif |
| 41 |
|
|
| 42 |
|
#pragma mark DEFINES |
| 43 |
< |
#define INSTALLER_VERSION "1.1" // only place we need to change this |
| 43 |
> |
#define INSTALLER_VERSION "1.2" // only place we need to change this |
| 44 |
|
#define UPDATE_LOG_READ_ERR -1 |
| 45 |
|
#define UPDATE_INST_REPL_ERR -2 |
| 46 |
|
#define UPDATE_MNTH_REQD_ERR -3 |
| 54 |
|
struct ModPackage |
| 55 |
|
{ |
| 56 |
|
bool isInstalled; // replace with function |
| 57 |
+ |
string installerVersion; |
| 58 |
|
string name; |
| 59 |
|
string modStringName; |
| 60 |
|
int modStringVersion; |
| 61 |
+ |
string platform; |
| 62 |
|
bool hasOnis; |
| 63 |
|
bool hasDeltas; |
| 64 |
|
bool hasBSL; |