NW4F Snd
Loading...
Searching...
No Matches
snd_SequenceSound.h
Go to the documentation of this file.
1#ifndef NW_SND_SEQUENCE_SOUND_H_
2#define NW_SND_SEQUENCE_SOUND_H_
3
4#include <nw/snd/snd_SoundInstanceManager.h>
5
6namespace nw { namespace snd { namespace internal {
7
9{
10 // TODO;
11};
12
14static_assert(sizeof(SequenceSoundInstanceManager) == 0x20);
15
16} } } // namespace nw::snd::internal
17
18#endif // NW_SND_SEQUENCE_SOUND_H_
Definition snd_BasicSound.h:146
Definition snd_SequenceSound.h:9
Definition snd_SoundInstanceManager.h:11
Definition snd_BasicSound.cpp:3
SoundInstanceManager< SequenceSound > SequenceSoundInstanceManager
Definition snd_SequenceSound.h:13
Definition snd_BasicSound.cpp:3