add resizeable bool

This commit is contained in:
FunkyFr3sh 2019-08-13 15:46:05 +02:00
parent f394d7f7ce
commit 43224a0f65
3 changed files with 24 additions and 1 deletions

View file

@ -128,6 +128,7 @@ typedef struct IDirectDrawImpl
BOOL altenter;
BOOL hidecursor;
BOOL accurateTimers;
BOOL resizable;
BOOL bnetActive;
BOOL bnetWasFullscreen;
SpeedLimiter ticksLimiter;