Files
pcem/includes/private/wx-ui/wx-createdisc.h
Michael J. Manley b90076487e This is it for the Refactoring. This is the final layout for everything.
Any more refactoring, will request RFC
2022-01-25 00:03:44 -08:00

9 lines
148 B
C

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