Files
jadeite/game_payload/include/utils.h

6 lines
85 B
C
Raw Normal View History

2023-06-06 00:23:08 +03:00
#pragma once
#include <stdint.h>
uint32_t utils_file_crc32c(const char *filePath);