jadeite/game_payload/include/utils.h

9 lines
178 B
C
Raw Normal View History

2023-06-05 21:23:08 +00:00
#pragma once
#include <stdint.h>
int utils_file_exists(const wchar_t *filePath);
uint32_t utils_file_crc32c(const wchar_t *filePath);
2023-06-08 19:33:37 +00:00
char utils_env_enabled(const char *env);