mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 15:00:06 +00:00
10 lines
140 B
C++
10 lines
140 B
C++
|
#pragma once
|
||
|
|
||
|
#include "CNProtocol.hpp"
|
||
|
|
||
|
namespace CustomCommands {
|
||
|
void init();
|
||
|
|
||
|
bool runCmd(std::string full, CNSocket* sock);
|
||
|
};
|