12 lines
212 B
C
12 lines
212 B
C
/* Copyright holders: Sarah Walker, Tenshi
|
|
see COPYING for more details
|
|
*/
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void ddraw_fs_init(HWND h);
|
|
void ddraw_fs_close();
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|