Initial submission of the PCem-Experimental source code.
This commit is contained in:
8
src/win-ddraw-fs.h
Normal file
8
src/win-ddraw-fs.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void ddraw_fs_init(HWND h);
|
||||
void ddraw_fs_close();
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user