athena/include/Checksums.hpp

14 lines
177 B
C++
Raw Normal View History

2013-09-11 16:39:20 +00:00
#ifndef CHECKSUMS_HPP
#define CHECKSUMS_HPP
#include <Types.hpp>
namespace zelda
{
namespace Checksums
{
Uint32 crc32(Uint8* data, Uint64 length);
}
}
#endif // CHECKSUMS_HPP