video/null_v.h
author tron
Sat, 23 Jul 2005 15:48:00 +0000
changeset 2174 24d868f1c576
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my...
#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

#include "hal.h"

extern const HalVideoDriver _null_video_driver;

#endif