Files @ r5641:198896d65986
Branch filter:

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

KUDr
(svn r8100) -Propchange: EOL style changed to LF for /projects/generate
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"
#include "../gfx.h"

#ifdef __cplusplus
extern "C" {
#endif //__cplusplus

extern const HalVideoDriver _cocoa_video_driver;

#ifdef __cplusplus
} // extern "C"
#endif //__cplusplus

#endif