equal
deleted
inserted
replaced
22 #include "SDL_config.h" |
22 #include "SDL_config.h" |
23 |
23 |
24 /* No supported under the NDS because of math operations. */ |
24 /* No supported under the NDS because of math operations. */ |
25 |
25 |
26 #include "SDL_events.h" |
26 #include "SDL_events.h" |
27 #include "SDL_events_c.h" |
27 #include "../SDL_events_c.h" |
28 #include "SDL_gesture_c.h" |
28 #include "../SDL_gesture_c.h" |
29 |
29 |
30 int SDL_GestureAddTouch(SDL_Touch* touch) |
30 int SDL_GestureAddTouch(SDL_Touch* touch) |
31 { |
31 { |
32 return 0; |
32 return 0; |
33 } |
33 } |