video/win32_v.h
author Darkvater
Tue, 31 Oct 2006 23:04:47 +0000
changeset 5009 0ae33f104d4f
parent 2207 be1ef1e1fc58
permissions -rw-r--r--
(svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to
delete tunnels/bridges owned by nobody.
/* $Id$ */

#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H

#include "../hal.h"

extern const HalVideoDriver _win32_video_driver;

#endif