Audio.hpp
1 #ifndef CPP3DS_AUDIO_HPP
2 #define CPP3DS_AUDIO_HPP
3 
4 #include <cpp3ds/System.hpp>
5 //#include <cpp3ds/Audio/Listener.hpp>
6 #include <cpp3ds/Audio/Music.hpp>
7 #include <cpp3ds/Audio/Sound.hpp>
8 #include <cpp3ds/Audio/SoundBuffer.hpp>
9 #include <cpp3ds/Audio/SoundBufferRecorder.hpp>
10 #include <cpp3ds/Audio/SoundRecorder.hpp>
11 #include <cpp3ds/Audio/SoundStream.hpp>
12 
13 #endif
14