SignerServer/src/run_as_node.h
2024-07-01 04:56:28 +08:00

9 lines
131 B
C++

#pragma once
#include "../include/moehoo/hook.h"
namespace RunAsNode
{
bool Init(std::string &version);
bool RunNode();
}