expose a zip file password cmake config option

This commit is contained in:
AzaezelX 2021-06-02 16:08:51 -05:00
parent 6fe51cd9c3
commit a34aea55f7
3 changed files with 7 additions and 4 deletions

View file

@ -204,4 +204,7 @@
//use sdl backend?
#if defined(TORQUE_SDL)
#include <SDL.h>
#endif
#endif
/// Password to use when opening encrypted zip files. Change this to whatever the password is for your zips.
#define DEFAULT_ZIP_PASSWORD "@TORQUE_APP_PASSWORD@"