X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=9fb16338fefba1760664a21e7ade264a1a190161;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hp=acdafd5b8eb2f8327bef9b82658524ff361fcedf;hpb=aff7fb95675072451fcf25e8c0199923b0687027;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index acdafd5b..9fb16338 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -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 *);