OpenTTD/src/video/cocoa_v.h

19 lines
246 B
C
Raw Normal View History

/* $Id$ */
#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H
#include "../hal.h"
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
extern const HalVideoDriver _cocoa_video_driver;
#ifdef __cplusplus
} // extern "C"
#endif //__cplusplus
#endif