Split win_about, win_stbar, merged ddraw stuff, initial cleanup of win_cdrom.

This commit is contained in:
waltje
2017-10-07 04:34:04 -04:00
parent 2b37b7fbfb
commit 97ab6234d4
13 changed files with 1842 additions and 1768 deletions

View File

@@ -15,13 +15,11 @@ extern "C" {
extern int ddraw_init(HWND h);
extern void ddraw_close(void);
extern void ddraw_take_screenshot(wchar_t *fn);
extern int ddraw_fs_init(HWND h);
extern void ddraw_fs_close(void);
extern void ddraw_common_take_screenshot(wchar_t *fn,
IDirectDrawSurface7 *pDDSurface);
#ifdef __cplusplus
}
#endif