jadeite/game_payload/include/utils.h

6 lines
85 B
C
Raw Normal View History

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