Files @ r5350:c8874719b8c6
Branch filter:

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

Darkvater
(svn r7521) -Codechange: Rename UpdateAllWaypointCustomGraphics to AfterLoadWaypoints to be more conforming with other such functions.
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif