mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
9 lines
148 B
C
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_ */
|