12#define CE_AUDIO_RENDERER_OBJECT_FORWARD(N) \
13 namespace CeresEngine { \
15 struct N##Descriptor; \
17 CE_RCPTR_TRAIT_DECL(CeresEngine::N) \
18 namespace CeresEngine { \
19 using N##Ptr = RC<N>; \
#define CE_AUDIO_RENDERER_OBJECT_FORWARD(N)
Definition Forward.hpp:12
The Buffer class represents an audio buffer (or a piece of) which consists of a sequence of samples t...
Definition Buffer.hpp:45
Definition AudioAPI.hpp:18
A listener is a entity that represents the location, direction and velocity of a object (generally th...
Definition Listener.hpp:37
A audio source is an entity that emits sounds.
Definition Source.hpp:104