video/dedicated_v.h
author Darkvater
Tue, 31 Oct 2006 23:04:47 +0000
changeset 5009 0ae33f104d4f
parent 2189 5cdc11ffeaa4
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_DEDICATED_H
#define VIDEO_DEDICATED_H

#include "../hal.h"

extern const HalVideoDriver _dedicated_video_driver;

#endif