OpenFusion/src/CustomCommands.hpp

10 lines
139 B
C++

#pragma once
#include "core/Core.hpp"
namespace CustomCommands {
void init();
bool runCmd(std::string full, CNSocket* sock);
};