blob: 579e541d343d9f74878f84c9c007d0ff0b604cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef __SLOTS__MAIN_H__1443534935301
#define __SLOTS__MAIN_H__1443534935301
#include "screen.h"
struct bullshit {
struct sigaction handler;
int row, col, randphrase;
WINDOW *banner, *menuholder;
ITEM *items[STATIC_ARRSIZE(menu_choices) + 1];
MENU *menu;
struct slotholder slots;
struct params params;
};
#endif
|