diff 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
line wrap: on
line diff
--- a/vgmplay.c	Sat Feb 13 22:20:37 2016 -0800
+++ b/vgmplay.c	Tue Feb 16 19:13:00 2016 -0800
@@ -42,6 +42,18 @@
 {
 }
 
+void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
+{
+}
+
+void handle_mousedown(int mouse, int button)
+{
+}
+
+void handle_mouseup(int mouse, int button)
+{
+}
+
 int headless = 0;
 
 #define CYCLE_LIMIT MCLKS_NTSC/60