summaryrefslogtreecommitdiff
path: root/src/sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl.h')
-rw-r--r--src/sdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdl.h b/src/sdl.h
index 2f4131e1a..ff1092358 100644
--- a/src/sdl.h
+++ b/src/sdl.h
@@ -57,6 +57,8 @@ void SdlClose(uint32 x);
Uint32 (SDLCALL *SDL_MapRGB)(SDL_PixelFormat *, Uint8, Uint8, Uint8);
int (SDLCALL *SDL_VideoModeOK)(int, int, int, Uint32);
SDL_version *(SDLCALL *SDL_Linked_Version)();
+ int (SDLCALL *SDL_BlitSurface)(SDL_Surface *, SDL_Rect *, SDL_Surface *, SDL_Rect *);
+ SDL_Surface *(SDLCALL *SDL_CreateRGBSurface)(Uint32, int, int, int, Uint32, Uint32, Uint32, Uint32);
};
extern SDLProcs sdl_proc;