jadeite/game_payload/include/utils.h

8 lines
127 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);
2023-06-08 19:33:37 +00:00
char utils_env_enabled(const char *env);