SignerServer/src/exports.h
2024-05-23 22:52:42 +08:00

10 lines
153 B
C++

#pragma once
#include <Windows.h>
#include <vector>
#include <string>
extern "C" FARPROC OriginalFuncs_version[17];
namespace Exports {
void Load();
}