video/null_v.h
author celestar
Sat, 30 Dec 2006 11:57:57 +0000
branchcustombridgeheads
changeset 5598 166345600ba9
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7643) [cbh] - Codechange: Railway bridges now store track bits just like normal rail tiles. For railway bridges, GetTileTrackStatus_Bridge just calls GetTileTrackStatus_Track
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif