Files @ r2567:a475d65e5a9c
Branch filter:

Location: cpp/openttd-patchpack/source/video/sdl_v.h

bjarni
(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif