Rev 81 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 81 | Rev 83 | ||
|---|---|---|---|
| Line 391... | Line 391... | ||
| 391 | 391 | ||
| 392 | // registration options definition |
392 | // registration options definition |
| 393 | typedef struct registrationoptions_s |
393 | typedef struct registrationoptions_s |
| 394 | { |
394 | { |
| 395 | wchar_t user_email[MAX_PATH]; // registered user's email address |
395 | wchar_t user_email[MAX_PATH]; // registered user's email address |
| 396 | unsigned |
396 | unsigned __int32 activation_code; // registered user's activation code (a 32-bit integer) |
| 397 | } registrationoptions_t; |
397 | } registrationoptions_t; |
| 398 | 398 | ||
| 399 | 399 | ||
| 400 | // game options definition |
400 | // game options definition |
| 401 | typedef struct options_s |
401 | typedef struct options_s |