Files @ r6874:8123ba7f0719
Branch filter:

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

belugas
(svn r10115) -Codechange: Create accessors to triggers and random bits for industries.
Implementation will follow soon.
/* $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 */