Files @ r6124:7054f2e8fadf
Branch filter:

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

Darkvater
(svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
/* $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 */