pcem/src/wx-createdisc.h
2018-01-21 16:13:41 +00:00

8 lines
156 B
C

#ifndef SRC_WX_CREATEDISC_H_
#define SRC_WX_CREATEDISC_H_
extern "C" {
void creatediscimage_open(void *hwnd);
}
#endif /* SRC_WX_CREATEDISC_H_ */