2016-08-14 22:07:17 -04:00
|
|
|
/* Copyright holders: Sarah Walker, Tenshi
|
|
|
|
|
see COPYING for more details
|
|
|
|
|
*/
|
2016-06-26 00:34:39 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
2017-02-21 01:18:46 +01:00
|
|
|
int d3d_init(HWND h);
|
2016-06-26 00:34:39 +02:00
|
|
|
void d3d_close();
|
|
|
|
|
void d3d_reset();
|
|
|
|
|
void d3d_resize(int x, int y);
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|