Skip to content
Snippets Groups Projects
Commit 1b52a130 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix up warning

parent ac8d11f4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -47,7 +47,7 @@ extern "C" {
#endif
int win32_kbhit(void);
int win32_getch(void);
int win32_getmouse(struct cio_mouse_event *mevent);
int win32_getmouse(struct mouse_event *mevent);
int win32_hidemouse(void);
int win32_showmouse(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment