sound/cocoa_s.h
author Darkvater
Sat, 14 Oct 2006 22:31:18 +0000
changeset 4850 b4e9be22945f
parent 2743 b3a6f4ddfdb8
permissions -rw-r--r--
(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
actual playable player (< MAX_PLAYERS) or not.
/* $Id$ */

#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H

#include "../hal.h"

extern const HalSoundDriver _cocoa_sound_driver;

#endif