allow to toggle windowed mode with F4 in HoMM games

This commit is contained in:
FunkyFr3sh 2024-06-12 02:47:31 +02:00
parent 8316f89eb4
commit c7312c2c07
3 changed files with 17 additions and 0 deletions

View file

@ -103,6 +103,7 @@ typedef struct CNCDDRAWCONFIG
BOOL stronghold_hack;
BOOL mgs_hack;
BOOL tlc_hack;
BOOL homm_hack;
} CNCDDRAWCONFIG;