mirror of
https://github.com/elmasas/lcs-recomp
synced 2026-09-26 08:41:05 -04:00
11 lines
178 B
C++
11 lines
178 B
C++
#pragma once
|
|
|
|
#include <filesystem>
|
|
#include <string>
|
|
|
|
namespace psprecomp {
|
|
|
|
[[nodiscard]] std::string sha256_file(const std::filesystem::path &path);
|
|
|
|
} // namespace psprecomp
|