#ifndef COMMANDEDITOR_H #define COMMANDEDITOR_H #include "common/utils/String.h" namespace ConsoleEditor { void clearPrintLine(); void printLine(); bool readCommand(String& buffer); } #endif