Files @ r5407:8687f42a7985
Branch filter:

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

rubidium
(svn r7603) -Codechange (FS#481): update the Polish Town Name generator with Unicode characters (DDream).
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif