diff options
| 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 |
| commit | 80ed3fd818905cb08ad04abc166a4b2c936955e3 (patch) | |
| tree | 931a75ba8173fa1bc7678af28355fb5dc6e1ff42 /src/main.h | |
| parent | 567d14881df3e405bd9f955c18978cf14ee4c12b (diff) | |
Rename main & get multithreading going
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 18 |
1 files changed, 0 insertions, 18 deletions
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 @@ | |||
| 1 | #ifndef __SLOTS__MAIN_H__1443534935301 | ||
| 2 | #define __SLOTS__MAIN_H__1443534935301 | ||
| 3 | |||
| 4 | #include "screen.h" | ||
| 5 | |||
| 6 | struct 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 | ||
