mirror of
https://github.com/86Box/86Box.git
synced 2026-02-27 17:34:25 -07:00
Initial submission of the PCem-Experimental source code.
This commit is contained in:
10
src/win-d3d-fs.h
Normal file
10
src/win-d3d-fs.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user