2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:47:43 +00:00

Rename everything

This commit is contained in:
2021-04-10 01:42:06 -07:00
parent 05d8ab688e
commit 9bae2f943e
1198 changed files with 2884 additions and 2883 deletions

View File

@@ -2,7 +2,7 @@
#include <array>
namespace urde {
namespace metaforce {
namespace {
constexpr std::array<uint32_t, 256> crc32Table{
0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419, 0x706AF48F, 0xE963A535, 0x9E6495A3, 0x0EDB8832,
@@ -62,4 +62,4 @@ uint32_t CCRC32::Calculate(const void* data, uint32_t length) {
return checksum;
}
} // namespace urde
} // namespace metaforce