1#ifndef NW_SND_SOUND_MEMORY_ALLOCATABLE_H_
2#define NW_SND_SOUND_MEMORY_ALLOCATABLE_H_
4#include <nw/snd/snd_Global.h>
6namespace nw {
namespace snd {
13 virtual void*
Alloc(size_t size) = 0;
Definition snd_SoundMemoryAllocatable.h:9
virtual void * Alloc(size_t size)=0
virtual ~SoundMemoryAllocatable()
Definition snd_SoundMemoryAllocatable.h:11
Definition snd_BasicSound.cpp:3