mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
13 lines
207 B
C
13 lines
207 B
C
/* Copyright holders: Sarah Walker, Tenshi
|
|
see COPYING for more details
|
|
*/
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void ddraw_init(HWND h);
|
|
void ddraw_close();
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|