Allolib  1.0
C++ Components For Interactive Multimedia
al_AlloSphereSpeakerLayout.hpp
1 #ifndef AL_ALLOSPHERE_SPEAKER_LAYOUT_H
2 #define AL_ALLOSPHERE_SPEAKER_LAYOUT_H
3 
4 #include "al/sound/al_Speaker.hpp"
5 
6 namespace al {
7 
10 
11 } // namespace al
12 #endif
Definition: al_App.hpp:23
Speakers AlloSphereSpeakerLayout()
Current arrangement of speakers in AlloSphere.
std::vector< Speaker > Speakers
A set of speakers.
Definition: al_Speaker.hpp:101