mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
18 lines
270 B
C
18 lines
270 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mouse_init(void);
|
|
extern void mouse_close(void);
|
|
extern void mouse_process(void);
|
|
extern void mouse_poll_host(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|