video/sdl_v.h
author Darkvater
Sun, 04 Jun 2006 17:25:00 +0000
branch0.4
changeset 10026 1fd0bf7728c6
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r5102) - Backport from trunk (r4753):
Truncate text in dropdown lists to stop text overflowing.
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif