Re-implement software renderer in GDI

This commit is contained in:
Toni Spets 2011-04-02 21:18:14 +03:00
parent a0c80f3e83
commit 84acbbc0c3
4 changed files with 115 additions and 3 deletions

1
main.h
View file

@ -78,6 +78,7 @@ typedef struct IDirectDrawImpl
BOOL vsync;
float sensitivity;
BOOL vhack;
DWORD WINAPI (*renderer)(void);
} IDirectDrawImpl;