Files @ r3364:b604bde0e49a
Branch filter:

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

bjarni
(svn r4159) added missing comments about refitting in CmdCloneVehicle
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif