mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
6 lines
117 B
C
6 lines
117 B
C
#ifndef _WX_HOSTCONFIG_H_
|
|
#define _WX_HOSTCONFIG_H_
|
|
int hostconfig_open(void *hwnd);
|
|
|
|
#endif /* _WX_HOSTCONFIG_H_ */
|