video/sdl_v.h
author tron
Fri, 24 Feb 2006 20:52:32 +0000
changeset 3080 ab1fdf87033b
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3669) Really wipe all data when making a void tile

Thanks to Belugas, egladil and Rubidium for their inspiration and hard work, which all this stuff is based on
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif