video/sdl_v.h
author Darkvater
Tue, 27 Feb 2007 15:51:52 +0000
branch0.5
changeset 5454 26572e97b611
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r8917) [0.5] -Codechange (win32): Do not empty the data-path for the installer if you press the 'Back' button.
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif