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