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