Files @ r5997:b5a74d8a12b8
Branch filter:

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

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

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif /* VIDEO_NULL_H */