Files
jadeite/game_payload/include/utils.h

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