summaryrefslogtreecommitdiff
path: root/src/sdl.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-14 08:20:42 +0000
committerrubidium <rubidium@openttd.org>2009-10-14 08:20:42 +0000
commit92a63894414bc9c1f01f6fd7217809fdc4b48a9e (patch)
tree1ce976d6cfe94f755b841caff7db80c90aa055ad /src/sdl.h
parent73418344300fdd1f1a97cef1f428121ff7b870bf (diff)
downloadopenttd-92a63894414bc9c1f01f6fd7217809fdc4b48a9e.tar.xz
(svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log
Diffstat (limited to 'src/sdl.h')
-rw-r--r--src/sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl.h b/src/sdl.h
index 6a93a59a9..2f4131e1a 100644
--- a/src/sdl.h
+++ b/src/sdl.h
@@ -56,6 +56,7 @@ void SdlClose(uint32 x);
void (SDLCALL *SDL_WM_SetIcon)(SDL_Surface *, Uint8 *);
Uint32 (SDLCALL *SDL_MapRGB)(SDL_PixelFormat *, Uint8, Uint8, Uint8);
int (SDLCALL *SDL_VideoModeOK)(int, int, int, Uint32);
+ SDL_version *(SDLCALL *SDL_Linked_Version)();
};
extern SDLProcs sdl_proc;