Files @ r2633:c8c56854b430
Branch filter:

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

orudge
(svn r3175) - Updated OS/2 project file to include station_newgrf.c
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif