#ifndef COMMANDEDITOR_H #define COMMANDEDITOR_H #include "server/commands/CommandTypes.h" namespace ConsoleEditor { void clearPrintLine(); void printLine(); bool readCommand(RawCommand& buffer); } #endif