video/cocoa_v.h
author Darkvater
Tue, 11 Apr 2006 17:03:13 +0000
changeset 3509 5304adc9b471
parent 3035 57f039f65023
permissions -rw-r--r--
(svn r4360) - CodeChange: add shortcut to SlGetArrayLength of the gamma-function along the lines of the Write/Read functions
/* $Id$ */

#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

#include "../hal.h"

extern const HalVideoDriver _cocoa_video_driver;

#endif