configurable screenshot hotkey

This commit is contained in:
FunkyFr3sh 2017-11-12 15:11:22 +01:00
parent 3d7f370438
commit fbdfe63231
3 changed files with 8 additions and 2 deletions

1
main.h
View file

@ -86,6 +86,7 @@ typedef struct IDirectDrawImpl
int posX;
int posY;
char ini_path[MAX_PATH];
char screenshotKey;
} IDirectDrawImpl;