Add VHD hard disc image support. Patch from shermanp.

This commit is contained in:
SarahW 2020-11-14 19:12:07 +00:00
commit 602d6f1ce6
31 changed files with 6559 additions and 1073 deletions

View file

@ -5,6 +5,7 @@ extern "C" {
void leave_fullscreen();
int getfile(void* hwnd, char *f, char *fn);
int getsfile(void* hwnd, char *f, char *fn, char *dir, char *ext);
int getfilewithcaption(void* hwnd, char *f, char *fn, char *caption);
void screenshot_taken(unsigned char* rgb, int width, int height);
#ifdef __cplusplus