video/null_v.h
author celestar
Sat, 30 Dec 2006 12:49:54 +0000
branchcustombridgeheads
changeset 5600 bac9ab186cab
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7645) [cbh] - Fix: In r7643, I broke the building of new bridges because I forgot to change the map-accessors. repair this
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif