video/win32_v.h
author tron
Fri, 24 Feb 2006 20:52:32 +0000
changeset 3080 ab1fdf87033b
parent 2207 be1ef1e1fc58
permissions -rw-r--r--
(svn r3669) Really wipe all data when making a void tile

Thanks to Belugas, egladil and Rubidium for their inspiration and hard work, which all this stuff is based on
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif