Files @ r5524:2b4f5c3335dd
Branch filter:

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

rubidium
(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif