summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 1a59b5b..c3deb00 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -89,10 +89,13 @@ struct funcholder {
89 } spinp; 89 } spinp;
90 90
91 struct buyp { 91 struct buyp {
92 unsigned long int price;
93 int numspins;
92 94
93 } buyp; 95 } buyp;
94 96
95 struct quitp { 97 struct quitp {
98 char *REPLACEME;
96 99
97 } quitp; 100 } quitp;
98 } params; 101 } params;