Files @ r6510:68b182bc0b88
Branch filter:

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

KUDr
(svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node instead of reference
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif /* VIDEO_DEDICATED_H */