Commit fcc9a5d2 authored by Jim Grandpre's avatar Jim Grandpre

Fixed Warning related to SDL_GestureAddTouch

parent e194428b
...@@ -28,6 +28,8 @@ extern void SDL_GestureProcessEvent(SDL_Event* event); ...@@ -28,6 +28,8 @@ extern void SDL_GestureProcessEvent(SDL_Event* event);
extern int SDL_RecordGesture(int touchId); extern int SDL_RecordGesture(int touchId);
extern int SDL_GestureAddTouch(SDL_Touch* touch);
#endif /* _SDL_gesture_c_h */ #endif /* _SDL_gesture_c_h */
/* vi: set ts=4 sw=4 expandtab: */ /* vi: set ts=4 sw=4 expandtab: */
...@@ -38,8 +38,7 @@ static SDL_Touch **SDL_touchPads = NULL; ...@@ -38,8 +38,7 @@ static SDL_Touch **SDL_touchPads = NULL;
int int
SDL_TouchInit(void) SDL_TouchInit(void)
{ {
return (0);
return (0);
} }
SDL_Touch * SDL_Touch *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment