Mercurial > sdl-ios-xcode
comparison src/events/SDL_touch_c.h @ 4648:0350b634c044
Fixed windo build errors. Should now be compilable.
author | jimtla |
---|---|
date | Thu, 03 Jun 2010 13:21:35 -0400 |
parents | be2250bb482b |
children | 99b4560b7aa1 |
comparison
equal
deleted
inserted
replaced
4647:be2250bb482b | 4648:0350b634c044 |
---|---|
63 | 63 |
64 /* Shutdown the touch subsystem */ | 64 /* Shutdown the touch subsystem */ |
65 extern void SDL_TouchQuit(void); | 65 extern void SDL_TouchQuit(void); |
66 | 66 |
67 /* Get the index of a touch device */ | 67 /* Get the index of a touch device */ |
68 extern int SDL_GetTouchIndexId(int id) | 68 extern int SDL_GetTouchIndexId(int id); |
69 | 69 |
70 | 70 |
71 | 71 |
72 | 72 |
73 #endif /* _SDL_touch_c_h */ | 73 #endif /* _SDL_touch_c_h */ |