video/null_v.h
author rubidium
Thu, 08 Feb 2007 11:26:09 +0000
branch0.5
changeset 5432 f0e7a0b90048
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r8630) [0.5] -Backport lots of language updates from trunk
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif