#ifndef CHECKSUMS_HPP #define CHECKSUMS_HPP #include namespace zelda { namespace Checksums { Uint32 crc32(Uint8* data, Uint64 length); } } #endif // CHECKSUMS_HPP