summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/main.h b/src/main.h
deleted file mode 100644
index 579e541..0000000
--- a/src/main.h
+++ /dev/null
@@ -1,18 +0,0 @@
1#ifndef __SLOTS__MAIN_H__1443534935301
2#define __SLOTS__MAIN_H__1443534935301
3
4#include "screen.h"
5
6struct 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