1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-10 06:52:05 +01:00
Files
OpenTTD/video/cocoa_v.h

11 lines
135 B
C

/* $Id$ */
#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H
#include "../hal.h"
extern const HalVideoDriver _cocoa_video_driver;
#endif