Files @ r6155:3e639b230174
Branch filter:

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

tron
(svn r8900) -Fix

Get rid of DECLARE_ENUM_AS_BIT_INDEX(Track, TrackBits)
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif /* VIDEO_DEDICATED_H */