Files @ r3939:be27876a893e
Branch filter:

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

celestar
(svn r5083) -Fix: Assert when trying to build a lock on a tile with trees. (Thanks anboni for reporting)
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif