changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / sdl.h
index acdafd5b8eb2f8327bef9b82658524ff361fcedf..9fb16338fefba1760664a21e7ade264a1a190161 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // sdl.h
 // ============================================================================
@@ -382,6 +382,7 @@ typedef struct UserEventInfo        UserEvent;
 
 // SDL function definitions
 
+const char *SDLGetRendererName(void);
 boolean SDLSetNativeSurface(SDL_Surface **);
 SDL_Surface *SDLGetNativeSurface(SDL_Surface *);
 void SDLCreateBitmapTextures(Bitmap *);