Fixed some windows compilation bugs - Still does not compile.
This commit is contained in:
parent
4960f0aff9
commit
2ab139c207
4 changed files with 26 additions and 15 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue