summaryrefslogtreecommitdiff
path: root/src/VX-GAMBLEGROUND.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VX-GAMBLEGROUND.h')
-rw-r--r--src/VX-GAMBLEGROUND.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VX-GAMBLEGROUND.h b/src/VX-GAMBLEGROUND.h
index 66e9383..6d379c2 100644
--- a/src/VX-GAMBLEGROUND.h
+++ b/src/VX-GAMBLEGROUND.h
@@ -11,6 +11,9 @@ struct arguments {
11#define SKIPSLOTS 0x1 11#define SKIPSLOTS 0x1
12#define SKIPENC 0x2 12#define SKIPENC 0x2
13 13
14// This will later be changed to "~/"
15#define FILESCAN_START "./"
16
14#define PHRASESIZE 32 17#define PHRASESIZE 32
15int genphrase(char *phrase, size_t phrasesize); 18int genphrase(char *phrase, size_t phrasesize);
16 19