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/main.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/main.h (limited to 'src/main.h') 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 @@ -#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