Files @ r5997:b5a74d8a12b8
Branch filter:

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

celestar
(svn r8708) -Codechange(r8514): No need to use "this->" in methods
/* $Id$ */

#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif /* VIDEO_DEDICATED_H */