13 lines
206 B
C
13 lines
206 B
C
|
|
/* Copyright holders: Sarah Walker, Tenshi
|
||
|
|
see COPYING for more details
|
||
|
|
*/
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
int ddraw_init(HWND h);
|
||
|
|
void ddraw_close();
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|