(svn r4131) - CodeChange: Add proper semantics for StationID for such variables instead of using the general uint16-type. StationID was added for depots, waypoints and stations where necessary. We probably need to change GetDepot(), IsDepotIndex(), IsStationIndex(), GetWaypoint() and IsWaypointIndex() as well to use StationID.
/* $Id$ */
#ifndef SOUND_SDL_H
#define SOUND_SDL_H
#include "../hal.h"
extern const HalSoundDriver _sdl_sound_driver;
#endif