mirror of
https://github.com/jessicanataliagta/PSPRecomp
synced 2026-09-26 16:49:34 -04:00
37e5469cbd
initial release
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
|