From f6d23b3daf074934788e98670d706225c09dccc8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 28 Jan 2011 12:09:25 -0800 Subject: [PATCH] Added Edgar's blog to the haptic documentation --- include/SDL_haptic.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/SDL_haptic.h b/include/SDL_haptic.h index 52f33f152..f4e1578cb 100644 --- a/include/SDL_haptic.h +++ b/include/SDL_haptic.h @@ -81,6 +81,10 @@ * return 0; // Success * } * \endcode + * + * You can also find out more information on my blog: + * http://bobbens.dyndns.org/journal/2010/sdl_haptic/ + * * \author Edgar Simo Serra */