sound/null_s.h
author celestar
Sat, 30 Dec 2006 17:35:08 +0000
branchcustombridgeheads
changeset 5608 a0768f524071
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r7653) [cbh] - Codechange: Split VehicleEnter_Bridge into separate files for road and rail to simplify further work on this
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif