Added fullscreen mode.
Some code tidying.
This commit is contained in:
parent
94fc8ad3f9
commit
c6227d1fc6
18 changed files with 1062 additions and 118 deletions
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
|
||||
Loading…
Reference in a new issue