Files @ r2224:3bbef2e70fad
Branch filter:

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

tron
(svn r2742) Get rid of some void pointers plus a few minor changes, like 0 -> '\0'
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif