SignerServer/src/run_as_node.h
2024-06-29 15:47:49 +08:00

8 lines
91 B
C++

#pragma once
#include "../include/moehoo/hook.h"
namespace RunAsNode
{
bool Init();
}