NW4F Snd
Loading...
Searching...
No Matches
snd.h
Go to the documentation of this file.
1#ifndef NW_SND_H_
2#define NW_SND_H_
3
4#include <nw/snd/snd_Config.h>
5
6#include <nw/snd/snd_BasicSound.h>
7#include <nw/snd/snd_ExternalSoundPlayer.h>
8#include <nw/snd/snd_Global.h>
9#include <nw/snd/snd_InstancePool.h>
10#include <nw/snd/snd_ItemType.h>
11#include <nw/snd/snd_MoveValue.h>
12#include <nw/snd/snd_SequenceSound.h>
13#include <nw/snd/snd_SoundActor.h>
14#include <nw/snd/snd_SoundArchive.h>
15#include <nw/snd/snd_SoundArchivePlayer.h>
16#include <nw/snd/snd_SoundDataManager.h>
17#include <nw/snd/snd_SoundHandle.h>
18#include <nw/snd/snd_SoundHeap.h>
19#include <nw/snd/snd_SoundInstanceManager.h>
20#include <nw/snd/snd_SoundMemoryAllocatable.h>
21#include <nw/snd/snd_SoundStartable.h>
22#include <nw/snd/snd_StreamSound.h>
23#include <nw/snd/snd_Util.h>
24#include <nw/snd/snd_WaveSound.h>
25
26#include <nw/snd/snd_Channel.h>
27#include <nw/snd/snd_MmlParser.h>
28#include <nw/snd/snd_MmlSequenceTrack.h>
29#include <nw/snd/snd_MmlSequenceTrackAllocator.h>
30#include <nw/snd/snd_NoteOnCallback.h>
31#include <nw/snd/snd_SequenceSoundPlayer.h>
32#include <nw/snd/snd_SequenceTrackAllocator.h>
33#include <nw/snd/snd_StreamBufferPool.h>
34
35#include <nw/snd/snd_FxDelay.h>
36#include <nw/snd/snd_FxReverbHi.h>
37
38#endif // NW_SND_H_