Add menu option to create blank disc image.
This commit is contained in:
parent
5fd2fd40aa
commit
0e37f08cb5
11 changed files with 1498 additions and 1330 deletions
8
src/wx-createdisc.h
Normal file
8
src/wx-createdisc.h
Normal 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_ */
|
||||
Loading…
Reference in a new issue