mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-14 21:41:25 -07:00
9 lines
230 B
C
9 lines
230 B
C
// Copyright (c) 2025 Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#pragma once
|
|
|
|
internal U32 update_crc32(U32 crc, U8 *ptr, U64 size);
|
|
internal U32 crc32_from_string(String8 string);
|
|
|