mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
5 lines
89 B
C++
5 lines
89 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
bool VerifyCryptSignature(const std::wstring& fileName);
|