equal
deleted
inserted
replaced
17 2. Altered source versions must be plainly marked as such, and must not be |
17 2. Altered source versions must be plainly marked as such, and must not be |
18 misrepresented as being the original software. |
18 misrepresented as being the original software. |
19 3. This notice may not be removed or altered from any source distribution. |
19 3. This notice may not be removed or altered from any source distribution. |
20 */ |
20 */ |
21 |
21 |
|
22 #ifndef SDL_haptic_c_h_ |
|
23 #define SDL_haptic_c_h_ |
|
24 |
22 extern int SDL_HapticInit(void); |
25 extern int SDL_HapticInit(void); |
23 extern void SDL_HapticQuit(void); |
26 extern void SDL_HapticQuit(void); |
24 |
27 |
|
28 #endif /* SDL_haptic_c_h_ */ |
|
29 |
25 /* vi: set ts=4 sw=4 expandtab: */ |
30 /* vi: set ts=4 sw=4 expandtab: */ |