mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
10 lines
129 B
C
10 lines
129 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void ddraw_init(HWND h);
|
|
void ddraw_close();
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|