From 567d14881df3e405bd9f955c18978cf14ee4c12b Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 30 Aug 2024 18:11:32 -0500 Subject: lol, lmao --- src/main.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main.h (limited to 'src/main.h') 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 @@ +#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 \ No newline at end of file -- cgit v1.2.3