Move some render init stuff out of render main loop

This commit is contained in:
Toni Spets 2010-11-16 18:07:59 +02:00
parent afdc334935
commit 3e594b10c6
3 changed files with 35 additions and 21 deletions

3
main.h
View file

@ -54,6 +54,9 @@ typedef struct IDirectDrawImpl
int bpp;
int filter;
HDC hDC;
int *tex;
HANDLE thread;
BOOL run;
HANDLE ev;