From 78d7f29b532705c5997e565539d9c250449cd061 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sat, 27 Jul 2024 01:06:08 -0500 Subject: Menu now also updates color --- src/screen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 9419d5c..8b8c8f8 100644 --- a/src/screen.h +++ b/src/screen.h @@ -1,6 +1,7 @@ #ifndef __SLOTS__SCREEN_H__184802466018249 #define __SLOTS__SCREEN_H__184802466018249 +#include #include #define STATIC_ARRSIZE(arr) (sizeof((arr)) / sizeof((arr)[0])) @@ -68,6 +69,9 @@ struct funcholder { struct spinp { WINDOW *bannerwin; int phrasenum; + + WINDOW *menuholder; + MENU *menu; } spinp; struct buyp { -- cgit v1.2.3