diff options
Diffstat (limited to 'src/VX-GAMBLEGROUND.h')
| -rw-r--r-- | src/VX-GAMBLEGROUND.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/VX-GAMBLEGROUND.h b/src/VX-GAMBLEGROUND.h index 80baacb..182a51f 100644 --- a/src/VX-GAMBLEGROUND.h +++ b/src/VX-GAMBLEGROUND.h | |||
| @@ -10,9 +10,13 @@ struct arguments { | |||
| 10 | #define SKIPSLOTS 0x1 | 10 | #define SKIPSLOTS 0x1 |
| 11 | #define SKIPENC 0x2 | 11 | #define SKIPENC 0x2 |
| 12 | 12 | ||
| 13 | #define PHRASESIZE 32 | ||
| 14 | int genphrase(char *phrase, size_t phrasesize); | ||
| 15 | |||
| 13 | struct bullshit { | 16 | struct bullshit { |
| 14 | struct sigaction handler; | 17 | struct sigaction handler; |
| 15 | int row, col, randphrase; | 18 | int row, col, randphrase; |
| 19 | char passphrase[PHRASESIZE + 1]; | ||
| 16 | 20 | ||
| 17 | WINDOW *banner, *menuholder; | 21 | WINDOW *banner, *menuholder; |
| 18 | ITEM *items[STATIC_ARRSIZE(menu_choices) + 1]; | 22 | ITEM *items[STATIC_ARRSIZE(menu_choices) + 1]; |
