#pragma once #include #include #include class Interface { public: Interface(); virtual ~Interface(); void TextBorder(const std::string&, const std::string&); };