Files @ r2936:699fe9184dbb
Branch filter:

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

bjarni
(svn r3492) -docs: [OSX] Updated readme regarding compiling universal binaries
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif