diff src/events/SDL_touch_c.h @ 4648:0350b634c044

Fixed windo build errors. Should now be compilable.
author jimtla
date Thu, 03 Jun 2010 13:21:35 -0400
parents be2250bb482b
children 99b4560b7aa1
line wrap: on
line diff
--- a/src/events/SDL_touch_c.h	Thu Jun 03 11:08:17 2010 -0400
+++ b/src/events/SDL_touch_c.h	Thu Jun 03 13:21:35 2010 -0400
@@ -65,7 +65,7 @@
 extern void SDL_TouchQuit(void);
 
 /* Get the index of a touch device */
-extern int SDL_GetTouchIndexId(int id)
+extern int SDL_GetTouchIndexId(int id);