Minor game detect refactoring

This commit is contained in:
mkrsym1
2023-08-10 01:00:24 +03:00
parent 0bfab4f682
commit e9d2130105
3 changed files with 21 additions and 11 deletions

View File

@ -2,6 +2,8 @@
#include <stdint.h>
#define UTILS_COUNT(arr) (sizeof(arr) / sizeof(*arr))
int utils_path_exists(const wchar_t *filePath);
uint32_t utils_file_crc32c(const wchar_t *filePath);