video/cocoa_v.h
author Darkvater
Tue, 31 Oct 2006 23:04:47 +0000
changeset 5009 0ae33f104d4f
parent 3035 fbc01469d2ba
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_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif