dinput_handle_message prototype can go

This commit is contained in:
twinaphex 2015-11-17 09:48:46 +01:00
parent 4d7daf5dfd
commit bb55105da0

View File

@ -140,9 +140,5 @@ typedef struct d3d_video
void d3d_make_d3dpp(void *data,
const video_info_t *info, D3DPRESENT_PARAMETERS *d3dpp);
#ifndef _XBOX
extern "C" bool dinput_handle_message(void *dinput, UINT message, WPARAM wParam, LPARAM lParam);
#endif
#endif