diff options
Diffstat (limited to 'src/VX-GAMBLEGROUND.h')
| -rw-r--r-- | src/VX-GAMBLEGROUND.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/VX-GAMBLEGROUND.h b/src/VX-GAMBLEGROUND.h new file mode 100644 index 0000000..80baacb --- /dev/null +++ b/src/VX-GAMBLEGROUND.h | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | #ifndef __SLOTS__VXGAMBLEGROUND_H__1443534935301 | ||
| 2 | #define __SLOTS__VXGAMBLEGROUND_H__1443534935301 | ||
| 3 | |||
| 4 | #include "screen.h" | ||
| 5 | |||
| 6 | struct arguments { | ||
| 7 | char *inputpass; | ||
| 8 | int flags; | ||
| 9 | }; | ||
| 10 | #define SKIPSLOTS 0x1 | ||
| 11 | #define SKIPENC 0x2 | ||
| 12 | |||
| 13 | struct bullshit { | ||
| 14 | struct sigaction handler; | ||
| 15 | int row, col, randphrase; | ||
| 16 | |||
| 17 | WINDOW *banner, *menuholder; | ||
| 18 | ITEM *items[STATIC_ARRSIZE(menu_choices) + 1]; | ||
| 19 | MENU *menu; | ||
| 20 | |||
| 21 | struct slotholder slots; | ||
| 22 | struct params params; | ||
| 23 | }; | ||
| 24 | |||
| 25 | #endif \ No newline at end of file | ||
