Files @ r5147:e5f18465c081
Branch filter:

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

tron
(svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbars
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif