Add menu option to create blank disc image.

This commit is contained in:
SarahW 2018-01-21 16:13:41 +00:00
commit 0e37f08cb5
11 changed files with 1498 additions and 1330 deletions

8
src/wx-createdisc.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef SRC_WX_CREATEDISC_H_
#define SRC_WX_CREATEDISC_H_
extern "C" {
void creatediscimage_open(void *hwnd);
}
#endif /* SRC_WX_CREATEDISC_H_ */