diff options
Diffstat (limited to 'src/osd/sdl/input.h')
-rw-r--r-- | src/osd/sdl/input.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/osd/sdl/input.h b/src/osd/sdl/input.h index f48e0c2acb8..c3806c8b06e 100644 --- a/src/osd/sdl/input.h +++ b/src/osd/sdl/input.h @@ -18,13 +18,13 @@ // PROTOTYPES //============================================================ -void sdlinput_init(running_machine *machine); -void sdlinput_poll(running_machine *machine); -int sdlinput_should_hide_mouse(running_machine *machine); +void sdlinput_init(running_machine &machine); +void sdlinput_poll(running_machine &machine); +int sdlinput_should_hide_mouse(running_machine &machine); -sdl_window_info *sdlinput_get_focus_window(running_machine *machine); +sdl_window_info *sdlinput_get_focus_window(running_machine &machine); -void sdlinput_process_events_buf(running_machine *machine); -void sdlinput_release_keys(running_machine *machine); +void sdlinput_process_events_buf(running_machine &machine); +void sdlinput_release_keys(running_machine &machine); #endif /* __SDLINPUT_H__ */ |