diff options
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h new file mode 100644 index 0000000..579e541 --- /dev/null +++ b/src/main.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | #ifndef __SLOTS__MAIN_H__1443534935301 | ||
| 2 | #define __SLOTS__MAIN_H__1443534935301 | ||
| 3 | |||
| 4 | #include "screen.h" | ||
| 5 | |||
| 6 | struct bullshit { | ||
| 7 | struct sigaction handler; | ||
| 8 | int row, col, randphrase; | ||
| 9 | |||
| 10 | WINDOW *banner, *menuholder; | ||
| 11 | ITEM *items[STATIC_ARRSIZE(menu_choices) + 1]; | ||
| 12 | MENU *menu; | ||
| 13 | |||
| 14 | struct slotholder slots; | ||
| 15 | struct params params; | ||
| 16 | }; | ||
| 17 | |||
| 18 | #endif \ No newline at end of file | ||
