Added fullscreen mode.

Some code tidying.
This commit is contained in:
TomW 2013-12-07 13:43:06 +00:00
commit c6227d1fc6
18 changed files with 1062 additions and 118 deletions

View file

@ -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