Files
NazaraEngine/src/Nazara/Utility/Formats/MD5AnimLoader.hpp
2018-01-16 12:23:01 +01:00

22 lines
436 B
C++

// Copyright (C) 2017 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_MD5ANIM_HPP
#define NAZARA_LOADERS_MD5ANIM_HPP
#include <Nazara/Prerequisites.hpp>
namespace Nz
{
namespace Loaders
{
void RegisterMD5Anim();
void UnregisterMD5Anim();
}
}
#endif // NAZARA_LOADERS_MD5ANIM_HPP