comparison vgmplay.c @ 931:126c0294c1e4

Make stateview and vgmplay compile again
author Michael Pavone <pavone@retrodev.com>
date Tue, 16 Feb 2016 19:13:00 -0800
parents 12b1a8a32306
children 8d032a368dd5
comparison
equal deleted inserted replaced
930:f33e8d88ab6f 931:126c0294c1e4
37 void handle_joyup(int joystick, int button) 37 void handle_joyup(int joystick, int button)
38 { 38 {
39 } 39 }
40 40
41 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) 41 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value)
42 {
43 }
44
45 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
46 {
47 }
48
49 void handle_mousedown(int mouse, int button)
50 {
51 }
52
53 void handle_mouseup(int mouse, int button)
42 { 54 {
43 } 55 }
44 56
45 int headless = 0; 57 int headless = 0;
46 58