summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-09-02 22:26:32 -0500
committer@syxhe <https://t.me/syxhe>2024-09-02 22:26:32 -0500
commit248f88a02aea778c989f9673dffe5ddf7b7f3ee3 (patch)
tree06d243097d09347fb31f5e8dd3fc3da538c1b724 /src/screen.h
parent92b2b42b0976a2849e0fd25cbd4ceedebb9b0a5e (diff)
Make the encrypt function less shitty
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 0e5137a..43793b5 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -186,6 +186,9 @@ struct params {
186 186
187 WINDOW *menuholder; 187 WINDOW *menuholder;
188 MENU *menu; 188 MENU *menu;
189
190 int (*decrypt_callback)(void*);
191 void *decrypt_args;
189 192
190 // Previously buyp 193 // Previously buyp
191 unsigned int price; 194 unsigned int price;