blob: 1512a0b6494432965a638cee15373c442651966e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $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
|