mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
11 lines
201 B
C
11 lines
201 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
void d3d_fs_init(HWND h);
|
|
void d3d_fs_close();
|
|
void d3d_fs_reset();
|
|
void d3d_fs_resize(int x, int y);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|