X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=195a8011c749ed56849f1202088fbf157145ca07;hb=da028195db34242cd7a82d82de768109963509cb;hp=ae877957aed0d8261b2435a38e76afadf17cbeea;hpb=2f3a28bda17371321ce501789664ebd6c9456cd9;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index ae877957..195a8011 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -437,6 +437,7 @@ void SDLFreeBitmapTextures(Bitmap *); SDL_Surface *SDL_DisplayFormat(SDL_Surface *); void SDLSetWindowScaling(int); void SDLSetWindowScalingQuality(char *); +void SDLSetScreenRenderingMode(char *); void SDLSetWindowFullscreen(boolean); void SDLRedrawWindow(); #endif