X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsdl.h;fp=src%2Flibgame%2Fsdl.h;h=7cc70310059a28c2d1fbd5ac33728019caeb723d;hb=d4a697f4507026324c4218ba2c445d6e2e0b4dda;hp=acdafd5b8eb2f8327bef9b82658524ff361fcedf;hpb=1a2124a8a6d3ed2c7d2e81571cfa9c7b88ff1f0a;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index acdafd5b..7cc70310 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/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 *);