summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-08-30 18:11:32 -0500
committer@syxhe <https://t.me/syxhe>2024-08-30 18:11:32 -0500
commit567d14881df3e405bd9f955c18978cf14ee4c12b (patch)
treec17581347b7cd8ee95a492f999ea651824989415 /src/main.h
parentb1b00b4a8aad8ea97c318aab597b9468c536e656 (diff)
lol, lmao
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h18
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
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