video/sdl_v.h
author Darkvater
Mon, 07 Nov 2005 13:30:43 +0000
changeset 2613 c43a30171b62
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(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