Files @ r6161:aea910fcd647
Branch filter:

Location: cpp/openttd-patchpack/source/src/sound/null_s.h

rubidium
(svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove two unused enums.
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif /* SOUND_NULL_H */