OpenFusion/src/CustomCommands.hpp

12 lines
158 B
C++
Raw Permalink Normal View History

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