X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsdl.h;h=a5271c8152a1597d81fd585d0465c3c51e9739d6;hb=5c9e11b2fcdf6360718514d9e50fc58a07cb49a3;hp=4fec8030082d1927c3b7192dd03a7e5a0a789ed3;hpb=7fde4f8890072581071022bf530a84d7317b739b;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 4fec8030..a5271c81 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -391,6 +391,7 @@ typedef struct UserEventInfo UserEvent; // SDL function definitions +void SDLSetAlpha(SDL_Surface *, boolean, int); const char *SDLGetRendererName(void); boolean SDLSetNativeSurface(SDL_Surface **); SDL_Surface *SDLGetNativeSurface(SDL_Surface *);