Files
eepp/include/eepp/audio.hpp
Martín Lucas Golini f60d4c183e clang-formated all project source files.
Improved documentation.

--HG--
branch : dev
2020-01-10 04:39:46 -03:00

21 lines
640 B
C++

#ifndef EEPP_AUDIO_HPP
#define EEPP_AUDIO_HPP
#include <eepp/audio/alresource.hpp>
#include <eepp/audio/inputsoundfile.hpp>
#include <eepp/audio/listener.hpp>
#include <eepp/audio/music.hpp>
#include <eepp/audio/outputsoundfile.hpp>
#include <eepp/audio/sound.hpp>
#include <eepp/audio/soundbuffer.hpp>
#include <eepp/audio/soundbufferrecorder.hpp>
#include <eepp/audio/soundfilefactory.hpp>
#include <eepp/audio/soundfilereader.hpp>
#include <eepp/audio/soundfilewriter.hpp>
#include <eepp/audio/soundmanager.hpp>
#include <eepp/audio/soundrecorder.hpp>
#include <eepp/audio/soundsource.hpp>
#include <eepp/audio/soundstream.hpp>
#endif