summaryrefslogtreecommitdiff
path: root/src/VX-GAMBLEGROUND.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-08-30 18:49:35 -0500
committer@syxhe <https://t.me/syxhe>2024-08-30 18:49:35 -0500
commit80ed3fd818905cb08ad04abc166a4b2c936955e3 (patch)
tree931a75ba8173fa1bc7678af28355fb5dc6e1ff42 /src/VX-GAMBLEGROUND.h
parent567d14881df3e405bd9f955c18978cf14ee4c12b (diff)
Rename main & get multithreading going
Diffstat (limited to 'src/VX-GAMBLEGROUND.h')
-rw-r--r--src/VX-GAMBLEGROUND.h25
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
6struct arguments {
7 char *inputpass;
8 int flags;
9};
10#define SKIPSLOTS 0x1
11#define SKIPENC 0x2
12
13struct 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