Added fullscreen mode.
Some code tidying.
This commit is contained in:
parent
94fc8ad3f9
commit
c6227d1fc6
18 changed files with 1062 additions and 118 deletions
|
|
@ -3,9 +3,6 @@ extern "C" {
|
|||
#endif
|
||||
void ddraw_init(HWND h);
|
||||
void ddraw_close();
|
||||
|
||||
void ddraw_blit_memtoscreen(int x, int y, int y1, int y2, int w, int h);
|
||||
void ddraw_blit_memtoscreen_8(int x, int y, int w, int h);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue