video/sdl_v.h
author celestar
Sun, 26 Mar 2006 14:41:39 +0000
changeset 3334 b72ac8637a30
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif