Move some render init stuff out of render main loop
This commit is contained in:
parent
afdc334935
commit
3e594b10c6
3 changed files with 35 additions and 21 deletions
3
main.h
3
main.h
|
@ -54,6 +54,9 @@ typedef struct IDirectDrawImpl
|
|||
int bpp;
|
||||
int filter;
|
||||
|
||||
HDC hDC;
|
||||
int *tex;
|
||||
|
||||
HANDLE thread;
|
||||
BOOL run;
|
||||
HANDLE ev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue