Files
eepp/include/eepp/audio.hpp
Martín Lucas Golini feeafde073 Updated Audio module.
--HG--
branch : dev
2018-03-17 18:50:24 -03:00

23 lines
679 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/soundrecorder.hpp>
#include <eepp/audio/soundsource.hpp>
#include <eepp/audio/soundstream.hpp>
#include <eepp/audio/soundloader.hpp>
#include <eepp/audio/soundmanager.hpp>
#endif