Files @ r4002:574c921a1795
Branch filter:

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

tron
(svn r5212) Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif