src/video/sdl_v.h
author bjarni
Fri, 20 Apr 2007 16:56:55 +0000
changeset 6505 8b4c20ddacd3
parent 5988 1aabf94612c6
child 7170 923946ec324f
permissions -rw-r--r--
(svn r9688) -Codechange: Created a function to get default cargo type for a cargo type
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif /* VIDEO_SDL_H */