Audio: Add .ogg loader (using libvorbisfile)
This commit is contained in:
20
src/Nazara/Audio/Formats/libvorbisLoader.hpp
Normal file
20
src/Nazara/Audio/Formats/libvorbisLoader.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright (C) 2020 Jérôme Leclercq
|
||||
// This file is part of the "Nazara Engine - Utility module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_LOADERS_LIBVORBIS_HPP
|
||||
#define NAZARA_LOADERS_LIBVORBIS_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Audio/SoundBuffer.hpp>
|
||||
#include <Nazara/Audio/SoundStream.hpp>
|
||||
|
||||
namespace Nz::Loaders
|
||||
{
|
||||
SoundBufferLoader::Entry GetSoundBufferLoader_libvorbis();
|
||||
SoundStreamLoader::Entry GetSoundStreamLoader_libvorbis();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user