Files @ r5013:f3501bb430d1
Branch filter:

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

Darkvater
(svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other
buttons when an existing order was modified (GrimRC)
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif