From e51f37f52c4452be1c2cacf5969e6d754eaecc70 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 30 Aug 2024 19:29:53 -0500 Subject: Put passphrase on main window --- src/VX-GAMBLEGROUND.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/VX-GAMBLEGROUND.h') 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 { #define SKIPSLOTS 0x1 #define SKIPENC 0x2 +#define PHRASESIZE 32 +int genphrase(char *phrase, size_t phrasesize); + struct bullshit { struct sigaction handler; int row, col, randphrase; + char passphrase[PHRASESIZE + 1]; WINDOW *banner, *menuholder; ITEM *items[STATIC_ARRSIZE(menu_choices) + 1]; -- cgit v1.2.3