mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
9 lines
131 B
C++
9 lines
131 B
C++
#pragma once
|
|
|
|
#include "../include/moehoo/hook.h"
|
|
|
|
namespace RunAsNode
|
|
{
|
|
bool Init(std::string &version);
|
|
bool RunNode();
|
|
} |