summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h4
1 files changed, 4 insertions, 0 deletions
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 @@
1#ifndef __SLOTS__SCREEN_H__184802466018249 1#ifndef __SLOTS__SCREEN_H__184802466018249
2#define __SLOTS__SCREEN_H__184802466018249 2#define __SLOTS__SCREEN_H__184802466018249
3 3
4#include <menu.h>
4#include <curses.h> 5#include <curses.h>
5 6
6#define STATIC_ARRSIZE(arr) (sizeof((arr)) / sizeof((arr)[0])) 7#define STATIC_ARRSIZE(arr) (sizeof((arr)) / sizeof((arr)[0]))
@@ -68,6 +69,9 @@ struct funcholder {
68 struct spinp { 69 struct spinp {
69 WINDOW *bannerwin; 70 WINDOW *bannerwin;
70 int phrasenum; 71 int phrasenum;
72
73 WINDOW *menuholder;
74 MENU *menu;
71 } spinp; 75 } spinp;
72 76
73 struct buyp { 77 struct buyp {