Files @ r6510:68b182bc0b88
Branch filter:

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

KUDr
(svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node instead of reference
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

#include "../openttd.h"
#include "../gfx.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif /* VIDEO_COCOA_H */