Files @ r2397:4b6ab96bf431
Branch filter:

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

Darkvater
(svn r2923) Update project files for VS2003 and VS6 (rev2921)
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif