video/null_v.h
author miham
Wed, 23 Nov 2005 21:47:01 +0000
changeset 2692 9868452ce30c
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3234) [Translations] Estonian is still unfinished
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif