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