Files
NazaraEngine/src/Nazara/Utility/Formats/STBLoader.hpp
Lynix d6ff7d065e Utility/Image: Add saver (allowing to save images)
Former-commit-id: df78d657256f8a6b7dad5ab11877aae7402608b3
2016-03-08 13:11:09 +01:00

22 lines
446 B
C++

// Copyright (C) 2015 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_FORMATS_STBLOADER_HPP
#define NAZARA_FORMATS_STBLOADER_HPP
#include <Nazara/Prerequesites.hpp>
namespace Nz
{
namespace Loaders
{
void RegisterSTBLoader();
void UnregisterSTBLoader();
}
}
#endif // NAZARA_FORMATS_STBLOADER_HPP