mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
14 lines
200 B
C
14 lines
200 B
C
/* $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 */
|