video/null_v.h
author tron
Sun, 05 Feb 2006 11:54:25 +0000
changeset 2979 883788245931
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3554) Add accessors for the field type and fences of clear tiles
/* $Id$ */

#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "../hal.h"

extern const HalVideoDriver _null_video_driver;

#endif