On Windows, fatal now displays a message box, based on old PCem-X patch by RichardG; Added emulation of the 287, 387, and 487SX floating point units and an option to enable them.
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
|
|
|