mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
8 lines
148 B
C
8 lines
148 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
#include "ibm.h"
|
|
#include "mouse.h"
|
|
|
|
void (*mouse_poll)(int x, int y, int b);
|