(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
actual playable player (< MAX_PLAYERS) or not.
/* $Id$ */
#ifndef SOUND_NULL_H
#define SOUND_NULL_H
#include "../hal.h"
extern const HalSoundDriver _null_sound_driver;
#endif