Files @ r6921:337bf05584a1
Branch filter:

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

miham
(svn r10174) -Fix: [Translations]: piglatin plural forms had some problem..
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif /* VIDEO_NULL_H */