(svn r8112) -Codechange: MSVC solution files will now make it so that openttd will be THE startup project.
Take note that it will only be the case on a clean checkout, without any other files than those coming from that checkout.
/* $Id$ */
#ifndef SOUND_NULL_H
#define SOUND_NULL_H
#include "../hal.h"
extern const HalSoundDriver _null_sound_driver;
#endif