summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-08-28 16:58:12 -0500
committer@syxhe <https://t.me/syxhe>2024-08-28 16:58:12 -0500
commite02eea72455ffbd3647898b2c65dc5b6626d33b8 (patch)
tree39e3505abbfd7993bcc796222f360fa08d99fe62 /src/screen.h
parent0aa539f551560df43660943f653374b5dda35f76 (diff)
Random slots achieved
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 9ffff20..094aa40 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -74,6 +74,7 @@ struct slotholder {
74 int sloty; 74 int sloty;
75 75
76 WINDOW *subslot[3]; 76 WINDOW *subslot[3];
77 char slotchar[3][3];
77}; 78};
78 79
79struct funcholder { 80struct funcholder {