Files @ r5037:f6c5a8815d61
Branch filter:

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

peter1138
(svn r7079) -Codechange: Move an array to the only place it is used.
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif