From 80ed3fd818905cb08ad04abc166a4b2c936955e3 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 30 Aug 2024 18:49:35 -0500 Subject: Rename main & get multithreading going --- src/VX-GAMBLEGROUND.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/VX-GAMBLEGROUND.h (limited to 'src/VX-GAMBLEGROUND.h') 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 @@ +#ifndef __SLOTS__VXGAMBLEGROUND_H__1443534935301 +#define __SLOTS__VXGAMBLEGROUND_H__1443534935301 + +#include "screen.h" + +struct arguments { + char *inputpass; + int flags; +}; +#define SKIPSLOTS 0x1 +#define SKIPENC 0x2 + +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 \ No newline at end of file -- cgit v1.2.3