Added fullscreen mode.

Some code tidying.
This commit is contained in:
TomW 2013-12-07 13:43:06 +00:00
commit c6227d1fc6
18 changed files with 1062 additions and 118 deletions

8
src/win-ddraw-fs.h Normal file
View file

@ -0,0 +1,8 @@
#ifdef __cplusplus
extern "C" {
#endif
void ddraw_fs_init(HWND h);
void ddraw_fs_close();
#ifdef __cplusplus
}
#endif