1 /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
2 
3 #include "NullAudioChannel.h"
4 
5 namespace Channels
6 {
7 	NullAudioChannel* BGMusic = NULL;
8 	NullAudioChannel* General = NULL;
9 	NullAudioChannel* Battle = NULL;
10 	NullAudioChannel* UnitReply = NULL;
11 	NullAudioChannel* UserInterface = NULL;
12 }
13