Files @ r2227:ce1ff327e625
Branch filter:

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

celestar
(svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif