Files @ r3396:d37915d9f159
Branch filter:

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

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

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif