Files @ r7168:156fd244b919
Branch filter:

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

rubidium
(svn r10442) -Codechange: implement the industry production callback.
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif /* VIDEO_NULL_H */