(svn r3151) - Fix: showing the highscore might crash the game with an invalid string message in the case when a highscore file was used before certain strings were added.
- Codechange: protect _endgame_perf_titles from out-of-bounds access.
/* $Id$ */
#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H
#include "../hal.h"
extern const HalVideoDriver _sdl_video_driver;
#endif