Files @ r5819:3935469f222b
Branch filter:

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

bjarni
(svn r8381) -Fix (r8377): [build vehicle window] cleaned up the train refitable detection. It had two variables doing the same thing, but not always set to the same (oops)
/* $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