Files @ r5441:5f6cfce5d8ca
Branch filter:

Location: cpp/openttd-patchpack/source/video/cocoa_v.h

Darkvater
(svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif