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