Files @ r2224:3bbef2e70fad
Branch filter:

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

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

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif