mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
10 lines
153 B
C++
10 lines
153 B
C++
#pragma once
|
|
#include <Windows.h>
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
extern "C" FARPROC OriginalFuncs_version[17];
|
|
|
|
namespace Exports {
|
|
void Load();
|
|
} |