some Twisted Metal experiments

This commit is contained in:
FunkyFr3sh 2020-10-06 02:33:41 +02:00
parent 4283065d93
commit 2c629cbe55
3 changed files with 11 additions and 4 deletions

View file

@ -51,6 +51,7 @@ typedef struct IDirectDrawSurfaceImpl
HDC hDC;
DDCOLORKEY colorKey;
DWORD lastFlipTick;
DWORD lastBltTick;
} IDirectDrawSurfaceImpl;