summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-08-01 18:45:35 -0500
committer@syxhe <https://t.me/syxhe>2024-08-01 18:45:35 -0500
commitaa22b44084391c2c70ed05b5515e56c7af7caf22 (patch)
treebb7d206d22be72f8a3ab3cd1ff67af14191881be /src/screen.h
parente3c986f45eeeb1bb3ba5e931ecf042907676b3df (diff)
h
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;