Fixed some windows compilation bugs - Still does not compile.

This commit is contained in:
jimtla 2010-06-03 11:08:17 -04:00
parent 4960f0aff9
commit 2ab139c207
4 changed files with 26 additions and 15 deletions

View file

@ -64,8 +64,11 @@ extern int SDL_SendTouchButton(int id, Uint8 state, Uint8 button);
/* Shutdown the touch subsystem */
extern void SDL_TouchQuit(void);
/* FIXME: Where do these functions go in this header? */
extern void SDL_ChangeEnd(int id, int end);
/* Get the index of a touch device */
extern int SDL_GetTouchIndexId(int id)
#endif /* _SDL_touch_c_h */