Fixed Warning related to SDL_GestureAddTouch
This commit is contained in:
parent
e194428b9f
commit
fcc9a5d29a
2 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,8 @@ extern void SDL_GestureProcessEvent(SDL_Event* event);
|
|||
|
||||
extern int SDL_RecordGesture(int touchId);
|
||||
|
||||
extern int SDL_GestureAddTouch(SDL_Touch* touch);
|
||||
|
||||
#endif /* _SDL_gesture_c_h */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
|
@ -38,8 +38,7 @@ static SDL_Touch **SDL_touchPads = NULL;
|
|||
int
|
||||
SDL_TouchInit(void)
|
||||
{
|
||||
|
||||
return (0);
|
||||
return (0);
|
||||
}
|
||||
|
||||
SDL_Touch *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue