Files @ r3396:d37915d9f159
Branch filter:

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

orudge
(svn r4205) Whoops, forgot to add os_timer.c to project
/* $Id$ */

#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

#include "../hal.h"

extern const HalVideoDriver _sdl_video_driver;

#endif