Add progress dialog

This commit is contained in:
Xpl0itU 2023-07-18 17:50:11 +02:00
parent cb0510931e
commit f8a15b1d5b
7 changed files with 170 additions and 32 deletions

View file

@ -1,3 +1,3 @@
#pragma once
int cdecrypt_main(int argc, char **argv);
int cdecrypt_main(int argc, char **argv, int *progress);