NW4F Snd
Loading...
Searching...
No Matches
snd_SoundMemoryAllocatable.h
Go to the documentation of this file.
1#ifndef NW_SND_SOUND_MEMORY_ALLOCATABLE_H_
2#define NW_SND_SOUND_MEMORY_ALLOCATABLE_H_
3
4#include <nw/snd/snd_Global.h>
5
6namespace nw { namespace snd {
7
9{
10public:
12
13 virtual void* Alloc(size_t size) = 0;
14};
15static_assert(sizeof(SoundMemoryAllocatable) == 4);
16
17} } // namespace nw::snd
18
19#endif // NW_SND_SOUND_MEMORY_ALLOCATABLE_H_
Definition snd_SoundMemoryAllocatable.h:9
virtual void * Alloc(size_t size)=0
virtual ~SoundMemoryAllocatable()
Definition snd_SoundMemoryAllocatable.h:11
Definition snd_BasicSound.cpp:3