Files @ r5838:b3aab5e9d39e
Branch filter:

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

miham
(svn r8404) -Update: WebTranslator2 update to 2007-01-25 19:36:44
korean - 2 changed by leejaeuk5 (2)
slovak - 1 changed by lengyel (1)
slovenian - 290 changed by Necrolyte (290)
ukrainian - 1 fixed, 55 changed by mad (7), znikoz (49)
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

#ifndef __cplusplus
/* Really ugly workaround
 * It should be solved right as soon as possible */
typedef uint32 SpriteID;
#endif //__cplusplus

#include "../gfx.h"

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

extern const HalVideoDriver _cocoa_video_driver;

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

#endif